From 222125ca5960398a4f5e5580dfc66893ddb676ea Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 25 Aug 2022 19:11:54 -0600 Subject: home/shenvs: update shenvs to match hm-isolation --- util/importAll.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'util') 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)) -- cgit v1.2.3