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-08-10 15:23:56 +02:00
"lastModified": 1659690637,
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
2022-07-31 12:57:49 +02:00
"owner": "the-nix-way",
"repo": "dev-templates",
2022-08-10 15:23:56 +02:00
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
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-08-05 11:10:37 +02:00
"lastModified": 1659689094,
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-08-05 11:10:37 +02:00
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
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-08-10 15:23:56 +02:00
"lastModified": 1660125530,
"narHash": "sha256-iGeuTN/uts+1Qy+M9ZUPkuoxewwWCZ5kyPh9sA8OsqQ=",
2022-07-16 16:48:23 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2022-08-10 15:23:56 +02:00
"rev": "9391a9f23da71d0c61117caba5b0f1debb69bcbd",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}