From 559368462c54ec6988cb861c46396a3d3f3f9d5d Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 23 Apr 2023 19:27:32 +0530 Subject: [PATCH] remove rust-overlay input --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 07b272f..188cf0f 100644 --- a/flake.nix +++ b/flake.nix @@ -20,15 +20,9 @@ url = "github:nix-community/impermanence"; }; - rust-overlay = { - url = "github:oxalica/rust-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - lanzaboote = { url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.rust-overlay.follows = "rust-overlay"; }; nixvim = { @@ -37,7 +31,7 @@ }; }; - outputs = { self, nixpkgs, home-manager, hyprland, impermanence, lanzaboote, nixos-hardware, nixvim, rust-overlay }@inputs: { + outputs = { self, nixpkgs, home-manager, hyprland, impermanence, lanzaboote, nixos-hardware, nixvim }@inputs: { formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".nixpkgs-fmt; nixosConfigurations = { Skipper = nixpkgs.lib.nixosSystem {