diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/lib/importAll.nix (renamed from util/importAll.nix) | 2 |
1 files changed, 1 insertions, 1 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; |
