diff options
| author | seth <[email protected]> | 2023-04-17 12:00:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-17 12:01:21 -0400 |
| commit | 92ca826539092f33c8e19a19c7a9ea0def2aece0 (patch) | |
| tree | c6ff98c3f645f189b559bc1a69904fec217a946c /util/default.nix | |
| parent | 98921a299be9f22bde9204e1fd05d0ea0fb0c6ed (diff) | |
move most configurations to modules
Diffstat (limited to 'util/default.nix')
| -rw-r--r-- | util/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/util/default.nix b/util/default.nix deleted file mode 100644 index b909fe5..0000000 --- a/util/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - inputs, - lib, -}: let - inherit (builtins) readDir; - inherit (lib) filterAttrs mapAttrs; - - mapFilterDirs = dir: filter: map: let - dirs = filterAttrs filter (readDir dir); - in - mapAttrs map dirs; -in - (import ./host.nix {inherit inputs mapFilterDirs;}) - // (import ./user.nix {inherit inputs mapFilterDirs;}) |
