summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c381557..274bc95 100644
--- a/flake.nix
+++ b/flake.nix
@@ -58,8 +58,7 @@
inherit (nixpkgs) lib;
inherit inputs;
};
- inherit (util.host) mapHosts;
- inherit (util.user) mapHMUsers;
+ inherit (util) mapHosts mapHMUsers;
users = import ./users {inherit inputs;};
hosts = import ./hosts {inherit inputs;};