diff --git a/flake.nix b/flake.nix index b2d1500..30c19b8 100644 --- a/flake.nix +++ b/flake.nix @@ -65,16 +65,6 @@ }; }; - outputs = - inputs @ - { self - , agenix - , flake-parts - , futils - , home-manager - , nixpkgs - , nur - , pre-commit-hooks - }: - import ./flake inputs; + # Can't eta-reduce a flake outputs... + outputs = inputs: import ./flake inputs; }