fix: bootstrap script not working with nix-plugins

This commit is contained in:
Leon Schwarzäugl 2025-11-10 01:23:50 +01:00
parent a5a1afed3d
commit e1569ba472
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 279 additions and 218 deletions

View file

@ -185,6 +185,7 @@ if [ ! -d "$FLAKE" ]; then
fi
cd "$FLAKE"
rm install/flake.lock || true
git_root=$(git rev-parse --show-toplevel)
# ------------------------