1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-06-02 14:56:28 +02:00
github.com_the-nix-way_dev-.../zig/flake.lock

43 lines
992 B
Plaintext
Raw Normal View History

2022-07-28 23:20:46 +02:00
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-07-29 03:13:22 +02:00
"lastModified": 1659057108,
"narHash": "sha256-M90V50JzRAOU6DnU6jd/O9vM+I/X6yD/7JWkJM1jbvQ=",
2022-07-28 23:20:46 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-29 03:13:22 +02:00
"rev": "a4613eeeee299c71aa35d6a566a415db4bf8952a",
2022-07-28 23:20:46 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}