aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-02-15 02:14:11 -0500
committertdro <tdro@users.noreply.github.com>2022-02-15 02:14:11 -0500
commitafbbd372248a9a46aec47c619be73db024bcd524 (patch)
treeafe43c0304ec42cc98778a1ad715abf69a23be61 /.local
parent2feeb1c91f6e9a3d5e474f23d7f0d6d345b9a273 (diff)
downloaddotfiles-afbbd372248a9a46aec47c619be73db024bcd524.tar.gz
dotfiles-afbbd372248a9a46aec47c619be73db024bcd524.tar.bz2
dotfiles-afbbd372248a9a46aec47c619be73db024bcd524.zip
.local/bin/,: Speed up by not checking local substitutes
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/,2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/, b/.local/bin/,
index 08f7864..2fb22e8 100755
--- a/.local/bin/,
+++ b/.local/bin/,
@@ -47,7 +47,7 @@ file=${option#*/}
printf '\nsetting up shell with %s path...\n' "$attribute"
printf '\n$OUT/%s\n' "$file"
-nix-shell --packages "$attribute" fish bat toybox --command \
+nix-shell --option substituters 'https://cache.nixos.org' --packages "$attribute" fish bat toybox --command \
'
home=$TMPDIR/nix-shell-tmp-home.r2np9PHrby
program=$(printf "%s" "$buildInputs" | cut --delimiter=" " --fields=1)