dev-templates/rust-toolchain/flake.lock

79 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2022-10-20 16:14:56 +02:00
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
2022-10-20 16:14:56 +02:00
},
"locked": {
2024-02-06 14:58:55 +01:00
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
2022-10-20 16:14:56 +02:00
"owner": "numtide",
"repo": "flake-utils",
2024-02-06 14:58:55 +01:00
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
2022-10-20 16:14:56 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1717196966,
"narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
"type": "tarball",
"url": "https://flakehub.com/f/NixOS/nixpkgs/0.1.%2A.tar.gz"
2022-10-20 16:14:56 +02:00
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/NixOS/nixpkgs/0.1.%2A.tar.gz"
2022-10-20 16:14:56 +02:00
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
2022-10-20 16:14:56 +02:00
},
"locked": {
"lastModified": 1717467480,
"narHash": "sha256-9Fbar+ycxdfZ6HbwOCgD+jWG3du/12TFisKRQm4Zhfc=",
2022-10-20 16:14:56 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "260ff391290a2b23958d04db0d3e7015c8417401",
2022-10-20 16:14:56 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2022-10-20 16:14:56 +02:00
}
},
"root": "root",
"version": 7
}