diff --git a/rebuild-nix-system.sh b/rebuild-nix-system.sh index 389acc1..a5efd6a 100755 --- a/rebuild-nix-system.sh +++ b/rebuild-nix-system.sh @@ -28,7 +28,7 @@ fi # Early return if no changes were detected if git diff --quiet '*.nix'; then echo "No changes detected, exiting." - # exit 0 + exit 0 fi # Autoformat your nix files