diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index 9c2d147..bf7a454 100644 --- a/flake.lock +++ b/flake.lock @@ -54,7 +54,28 @@ "inputs": { "crane": "crane", "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "rust-overlay": "rust-overlay" + } + }, + "rust-overlay": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1735698720, + "narHash": "sha256-+skLL6mq/T7s6J5YmSp89ivQOHBPQ40GEU2n8yqp6bs=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "a00807363a8a6cae6c3fa84ff494bf9d96333674", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" } }, "systems": { |