aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-09-05 21:39:19 +0900
committernsfisis <nsfisis@gmail.com>2023-09-05 21:39:19 +0900
commit4dc31696a7950f870a5d48f56b645cec921efa78 (patch)
treebee4a249ebe71d2f9a27460274b8021a917478b1
parent0da55d9886f4959d78cdf0ee6235808d25dc2ed0 (diff)
downloaddotfiles-4dc31696a7950f870a5d48f56b645cec921efa78.tar.gz
dotfiles-4dc31696a7950f870a5d48f56b645cec921efa78.tar.zst
dotfiles-4dc31696a7950f870a5d48f56b645cec921efa78.zip
bootstrap: re-hash after nix installation
-rwxr-xr-xbootstrap.sh1
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
: