don't use with inputs
This commit is contained in:
parent
157a0177d9
commit
f7312b9f16
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue