diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-05 21:39:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-05 21:39:19 +0900 |
| commit | 4dc31696a7950f870a5d48f56b645cec921efa78 (patch) | |
| tree | bee4a249ebe71d2f9a27460274b8021a917478b1 | |
| parent | 0da55d9886f4959d78cdf0ee6235808d25dc2ed0 (diff) | |
| download | dotfiles-4dc31696a7950f870a5d48f56b645cec921efa78.tar.gz dotfiles-4dc31696a7950f870a5d48f56b645cec921efa78.tar.zst dotfiles-4dc31696a7950f870a5d48f56b645cec921efa78.zip | |
bootstrap: re-hash after nix installation
| -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 : |
