diff options
| author | seth <[email protected]> | 2023-03-11 21:02:53 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-11 21:03:10 -0500 |
| commit | b106662a49764a602417089a8b8e2eecb2e9f517 (patch) | |
| tree | 265a707d949c3139006e16c8b41cc531f4dcc01e /flake.nix | |
| parent | 082c64526683ad4d56d636c3212ec68e8edf4447 (diff) | |
export functions in util/ better
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;}; |
