don't use with inputs

This commit is contained in:
LavaDesu 2021-07-15 20:39:39 +07:00
parent 157a0177d9
commit f7312b9f16
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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;