dev-templates/rust/flake.lock

112 lines
2.8 KiB
Plaintext
Raw Normal View History

2022-07-16 16:48:23 +02:00
{
"nodes": {
2022-07-31 12:57:49 +02:00
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
2022-07-31 17:13:38 +02:00
"lastModified": 1659279920,
"narHash": "sha256-BamkwlU9HFYjAwSDnqlxTmHejY58xWuDoEeLj+uNeFs=",
2022-07-31 12:57:49 +02:00
"owner": "the-nix-way",
"repo": "dev-templates",
2022-07-31 17:13:38 +02:00
"rev": "5b12f0a788ba65108daa86ebfe3ece58893655fb",
2022-07-31 12:57:49 +02:00
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
2022-07-16 16:48:23 +02:00
"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"
}
},
"flake-utils_2": {
"locked": {
2022-07-30 15:45:56 +02:00
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
2022-07-16 16:48:23 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-07-30 15:45:56 +02:00
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-07-31 16:48:07 +02:00
"lastModified": 1659278667,
"narHash": "sha256-bMYOv8PT2iVSaGfCBXUI60q3PZC8iUiLMObwIizAKmQ=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-31 16:48:07 +02:00
"rev": "af8d62fc40483aa04016c03743d198da25ea9320",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2022-07-30 15:45:56 +02:00
"lastModified": 1659102345,
"narHash": "sha256-Vbzlz254EMZvn28BhpN8JOi5EuKqnHZ3ujFYgFcSGvk=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-30 15:45:56 +02:00
"rev": "11b60e4f80d87794a2a4a8a256391b37c59a1ea7",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-07-31 12:57:49 +02:00
"dev": "dev",
2022-07-16 16:48:23 +02:00
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
2022-07-30 15:45:56 +02:00
"lastModified": 1659179790,
"narHash": "sha256-HhCjnO20QbJFJExExiwAslpx0YpB0qpovKejE+HpSQ4=",
2022-07-16 16:48:23 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2022-07-30 15:45:56 +02:00
"rev": "cc3c93a28de41ac38b93cdf075a6776c6e42d2a1",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}