aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/,
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/,')
-rwxr-xr-x.local/bin/,3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/, b/.local/bin/,
index e1ed37d..aafa5ef 100755
--- a/.local/bin/,
+++ b/.local/bin/,
@@ -30,8 +30,9 @@ attributes=$($nixLocate | while read -r attribute; do
done)
attribute=$(printf '%s' "$attributes" | fzf)
-nix-shell --packages "$attribute" --command \
+nix-shell --pure --keep TERMINFO_DIRS --packages "$attribute" --command \
'
+ export HOME=$(mktemp --directory --suffix -nix-shell-tmp-home)
printf "\n";
ls $buildInputs/bin;
printf "\n";