diff options
Diffstat (limited to 'util')
| -rw-r--r-- | util/importAll.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util/importAll.nix b/util/importAll.nix index 678cf06..8062682 100644 --- a/util/importAll.nix +++ b/util/importAll.nix @@ -11,7 +11,6 @@ let entry = name: _: { name = basename name; - value = import (root + "/${name}"); + value = root + "/${name}"; }; -in - mapAttrs' entry (filterAttrs isMatch (readDir root)) +in mapAttrs' entry (filterAttrs isMatch (readDir root)) |
