From b2d61e68d235acff39ee640f32ff4f5b054ecb0f Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 19 Oct 2023 09:42:39 +0200 Subject: [PATCH] cleanup overlays even more --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 ]; }