From c9da7d036bae223a3a0b464dcc46cac7443b72c3 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 17 Jul 2025 00:54:23 +0200 Subject: [PATCH] flake: drop rust-overlay --- flake.lock | 21 --------------------- flake.nix | 6 ------ 2 files changed, 27 deletions(-) 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";