diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/lib/importAll.nix (renamed from util/importAll.nix) | 2 | ||||
| -rw-r--r-- | util/default.nix | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/util/importAll.nix b/pkgs/lib/importAll.nix index cc18640..30a1dd9 100644 --- a/util/importAll.nix +++ b/pkgs/lib/importAll.nix @@ -1,4 +1,4 @@ -lib: +{ lib }: { root, exclude ? [ ] }: with builtins; with lib; diff --git a/util/default.nix b/util/default.nix deleted file mode 100644 index 226c69f..0000000 --- a/util/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -lib: { - importAll = import ./importAll.nix lib; -} |
