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 {