From 0b729e0499fcab7ebdddd416399768cdc35bd6d2 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Sun, 24 Aug 2025 21:03:29 +0200 Subject: [PATCH] update update script --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index f8de357..4890070 100644 --- a/update.sh +++ b/update.sh @@ -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