chore: update bootstrap flow to clone golden image and track v2 branch

This commit is contained in:
Tibo De Peuter 2026-08-05 19:47:12 +02:00
parent 41f5e6bae8
commit c35e0ed40e
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
3 changed files with 7 additions and 10 deletions

View file

@ -59,7 +59,7 @@ if [ -d "nix-config" ]; then
cd nix-config
git pull
else
git clone https://git.depeuter.dev/Bos55/nix-config.git
git clone -b v2 https://git.depeuter.dev/Bos55/nix-config.git
cd nix-config
fi