diff options
| -rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 72b078d..4f1b018 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -30,6 +30,7 @@ if [ ! -f .bootstrap/nix-install ]; then fi if [ ! -d /nix ]; then sh .bootstrap/nix-install --daemon + hash -r fi if grep -q "nix-command flakes" /etc/nix/nix.conf; then : |
