summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-08-25 19:11:54 -0600
committerAlejandro Soto <alejandro@34project.org>2022-08-25 19:27:02 -0600
commit222125ca5960398a4f5e5580dfc66893ddb676ea (patch)
treed61a971b96c2be954b4e42bbdfc60e3fd134ddae /util
parent64e6052f5f24213141faba155b896c6beaef26f4 (diff)
home/shenvs: update shenvs to match hm-isolation
Diffstat (limited to '')
-rw-r--r--util/importAll.nix5
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))