summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-11 21:02:53 -0500
committerseth <[email protected]>2023-03-11 21:03:10 -0500
commitb106662a49764a602417089a8b8e2eecb2e9f517 (patch)
tree265a707d949c3139006e16c8b41cc531f4dcc01e /flake.nix
parent082c64526683ad4d56d636c3212ec68e8edf4447 (diff)
export functions in util/ better
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;};