update update script

This commit is contained in:
Gustav Bruhn 2025-08-24 21:03:29 +02:00
parent ce228bf80b
commit 0b729e0499

View File

@ -23,6 +23,7 @@ echo "New changes, Rebuilding..."
sudo nixos-rebuild switch --upgrade --flake .
current=$(nixos-rebuild list-generations | grep current)
echo "Pushing new changes"
git commit -am "$current"
git push