From e68dc115282abc8483beb8ba93618da7194a1196 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Jun 2025 20:15:12 +0200 Subject: [PATCH] fix --- rebuild-nix-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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