Implement new flake reference system

This commit is contained in:
Luc Perkins 2022-07-31 12:57:49 +02:00
parent 3e0478c9c4
commit 5f7ae4d7f1
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
27 changed files with 328 additions and 81 deletions

22
rust/flake.lock generated
View file

@ -1,5 +1,24 @@
{
"nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1659264500,
"narHash": "sha256-N87HcKMmIW0Gear0aGulCfaY1DSabSSv/FBH5qoVbDg=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "3e0478c9c4a1f32730adf545fd1a2d7099bf6842",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1656928814,
@ -63,8 +82,7 @@
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"dev": "dev",
"rust-overlay": "rust-overlay"
}
},