From abcc1e39c2b269cf5206196462cf7c1e3d3380e7 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 6 May 2026 09:24:31 -0500 Subject: [PATCH] Remove rust overlay from system --- flake.lock | 23 +---------------------- flake.nix | 16 +--------------- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/flake.lock b/flake.lock index 66b8730..fc545b8 100644 --- a/flake.lock +++ b/flake.lock @@ -570,28 +570,7 @@ "hyprcursor-phinger": "hyprcursor-phinger", "hyprland": "hyprland", "nixpkgs": "nixpkgs_3", - "nixvim": "nixvim", - "rust-overlay": "rust-overlay" - } - }, - "rust-overlay": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1777950921, - "narHash": "sha256-NpOgt8ISaHTDNJZjNUfwFfbieKfRXzab4WKM31gZCGA=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "366ea19e0e55b768f74b7a0b2a20f847e7ae828d", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" + "nixvim": "nixvim" } }, "systems": { diff --git a/flake.nix b/flake.nix index b2eb8b0..3ac6275 100644 --- a/flake.nix +++ b/flake.nix @@ -18,10 +18,6 @@ url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; - rust-overlay = { - url = "github:oxalica/rust-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; _1password-shell-plugins.url = "github:1Password/shell-plugins"; }; @@ -32,7 +28,6 @@ hyprcursor-phinger, hyprland, nixvim, - rust-overlay, ... }: let @@ -44,16 +39,7 @@ nixosConfigurations = { flock = nixpkgs.lib.nixosSystem { inherit system; - modules = [ - ./configuration.nix - ( - { pkgs, ... }: - { - nixpkgs.overlays = [ rust-overlay.overlays.default ]; - environment.systemPackages = [ pkgs.rust-bin.stable.latest.default ]; - } - ) - ]; + modules = [ ./configuration.nix ]; specialArgs = { inherit hyprland; }; }; }; -- 2.51.2