diff --git a/flake.nix b/flake.nix index ee90a68..942337f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,13 +19,8 @@ }; }; - outputs = { self, nixpkgs, home-manager, homeage, agenix, nur, ... }: - let - inherit (self) outputs; - in - { + outputs = { nixpkgs, home-manager, homeage, agenix, nur, ... }: { nixosConfigurations.pim = nixpkgs.lib.nixosSystem { - specialArgs = { inherit outputs; }; system = "x86_64-linux"; modules = [ { nixpkgs.overlays = [ nur.overlay ]; }