summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-03 22:32:25 -0400
committerseth <[email protected]>2023-07-03 22:34:48 -0400
commitc42a86ebf08b2bf834f598bb17278f9f5ace90ba (patch)
treeaab1d240cc43650d35d1a320c8217a612416e600 /hosts
parentc96dc2d0d74e9ae6de54f917faf2d8b038d1c3a8 (diff)
flake: update getchoo input
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {