diff --git a/flake.nix b/flake.nix index 029f433..695af4b 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ pure = { url = "github:sindresorhus/pure"; flake = false; }; }; - outputs = inputs: with inputs; + outputs = { self, nixpkgs, home-manager, secrets, ... } @ inputs: let lib = nixpkgs.lib;