From f7312b9f1677857b78904f9a2bcf50fa0a56ef99 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 15 Jul 2021 20:39:39 +0700 Subject: [PATCH] don't use `with inputs` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;