diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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;}; |
