From d387acc4b7da72c8fb39321896920b7d35477bba Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 23 Jun 2021 03:11:44 -0400 Subject: .local/bin/,: Use pure shell and temporary home --- .local/bin/, | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.3