diff options
author | Vika <vika@fireburn.ru> | 2022-05-24 15:21:36 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-05-24 16:30:44 +0300 |
commit | 2f93873122b47e42f7ee1c38f1f04d052a63599c (patch) | |
tree | 9f3b17e7210301053367ccc1a134e7e962866db3 /flake.lock | |
parent | b1c197aa75fd7f5c1a2982d3ab2933fb98fad474 (diff) | |
download | kittybox-2f93873122b47e42f7ee1c38f1f04d052a63599c.tar.zst |
flake.nix: use rustc from nixpkgs every time
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/flake.lock b/flake.lock index 7fcd156..40505c7 100644 --- a/flake.lock +++ b/flake.lock @@ -16,21 +16,6 @@ "type": "github" } }, - "flake-utils_2": { - "locked": { - "lastModified": 1637014545, - "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "naersk": { "inputs": { "nixpkgs": [ @@ -70,30 +55,7 @@ "inputs": { "flake-utils": "flake-utils", "naersk": "naersk", - "nixpkgs": "nixpkgs", - "rust": "rust" - } - }, - "rust": { - "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1651632340, - "narHash": "sha256-Kq1yghXZxJ12Sw1nbzoO2Ag8/AxqbbD84wiz8go159o=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "88991ffbd57e10b474ea768ec0b54c4f379c566c", - "type": "github" - }, - "original": { - "owner": "oxalica", - "ref": "master", - "repo": "rust-overlay", - "type": "github" + "nixpkgs": "nixpkgs" } } }, |