entities/flake.lock

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-11-22 06:40:37 -08:00
{
"nodes": {
"flake-utils": {
"locked": {
2021-11-30 18:20:05 -08:00
"lastModified": 1638122382,
"narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
2021-11-22 06:40:37 -08:00
"owner": "numtide",
"repo": "flake-utils",
2021-11-30 18:20:05 -08:00
"rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
2021-11-22 06:40:37 -08:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-11-22 07:24:21 -08:00
"fudo-lib": {
2021-11-22 06:40:37 -08:00
"locked": {
2021-12-08 10:48:32 -08:00
"lastModified": 1638989200,
"narHash": "sha256-bCXgqdnfhb0poc98XURkQyGyRr66yZMbxqWQgbGZJYU=",
2021-11-30 18:20:05 -08:00
"ref": "master",
2021-12-08 10:48:32 -08:00
"rev": "180b1783c920b09e0257254cc6a28d01191d3797",
"revCount": 22,
2021-11-30 18:20:05 -08:00
"type": "git",
"url": "https://git.fudo.org/fudo-nix/lib.git"
2021-11-22 06:40:37 -08:00
},
"original": {
2021-11-30 18:20:05 -08:00
"type": "git",
"url": "https://git.fudo.org/fudo-nix/lib.git"
2021-11-22 06:40:37 -08:00
}
},
"nixpkgs": {
"locked": {
2021-12-08 10:48:32 -08:00
"lastModified": 1638988099,
"narHash": "sha256-1l769obQKtL3Mwsgj4Pu+PTb5qDgU7fpg826rzlAD/U=",
2021-11-22 06:40:37 -08:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-12-08 10:48:32 -08:00
"rev": "ccada9b668f82dcaab770feaf3467cb102236d9f",
2021-11-22 06:40:37 -08:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
2021-11-22 07:24:21 -08:00
"fudo-lib": "fudo-lib",
2021-11-22 06:40:37 -08:00
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}