From 4dc31696a7950f870a5d48f56b645cec921efa78 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 Sep 2023 21:39:19 +0900 Subject: bootstrap: re-hash after nix installation --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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 : -- cgit v1.2.3-70-g09d2