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 13:54:35 -08:00
"lastModified": 1638990149,
"narHash": "sha256-p1T0GMJXIJvTpVdn5nK7RZJX8izkabADJ/LsaL442zI=",
2021-11-30 18:20:05 -08:00
"ref": "master",
2021-12-08 13:54:35 -08:00
"rev": "c87448ff1365c3d5230690f68d1ba246652581d1",
"revCount": 24,
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 13:54:35 -08:00
"lastModified": 1639000156,
"narHash": "sha256-jdNn0sgW0qR1t8nw/t/sYuz2rj4GGM3LYLSmmvw+MqA=",
2021-11-22 06:40:37 -08:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-12-08 13:54:35 -08:00
"rev": "5c96dface89cc4fd9b462fb637974c9d5a7b3d29",
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
}