From c42a86ebf08b2bf834f598bb17278f9f5ace90ba Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 3 Jul 2023 22:32:25 -0400 Subject: flake: update getchoo input --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/default.nix b/hosts/default.nix index 863987e..af63c5a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -7,7 +7,7 @@ }: { flake = { nixosConfigurations = let - inherit (myLib.configs) mkNixOS; + inherit (myLib.configs inputs) mkNixOS; profiles = import ./profiles.nix {inherit self inputs;}; in { -- cgit v1.2.3