diff --git a/flake.lock b/flake.lock index 749aafc..7e182d1 100644 --- a/flake.lock +++ b/flake.lock @@ -374,7 +374,6 @@ "lanzaboote": "lanzaboote", "nixpkgs": "nixpkgs_2", "quickshell": "quickshell", - "rust-overlay": "rust-overlay_2", "systems": "systems", "watt": "watt" } @@ -400,26 +399,6 @@ "type": "github" } }, - "rust-overlay_2": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1752633862, - "narHash": "sha256-Bj7ozT1+5P7NmvDcuAXJvj56txcXuAhk3Vd9FdWFQzk=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "8668ca94858206ac3db0860a9dec471de0d995f8", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1689347949, diff --git a/flake.nix b/flake.nix index 2962416..2edf56f 100644 --- a/flake.nix +++ b/flake.nix @@ -67,12 +67,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # The things rust is making me do... - rust-overlay = { - url = "github:oxalica/rust-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # DetNix is doing too well these days not to use it. determinate = { url = "github:determinatesystems/determinate";