From a6a848d20bad42907a446d56dfffe0b8d8627096 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 31 Dec 2024 04:47:29 -0500 Subject: [PATCH] 120 current 2024-12-31 04:47:23 25.05.20241217.d3c42f1 6.6.66 * --- home/scripts/nixos-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/scripts/nixos-rebuild.sh b/home/scripts/nixos-rebuild.sh index 40ad651..2fdcada 100644 --- a/home/scripts/nixos-rebuild.sh +++ b/home/scripts/nixos-rebuild.sh @@ -10,7 +10,7 @@ set -e pushd /home/synchronous/nix-cfg # Early return if no changes were detected (thanks @singiamtel!) -if git --git-dir /home/synchronous/nix-cfg/.git diff --quiet '*.nix'; then +if git --git-dir /home/synchronous/nix-cfg/.git diff --quiet; then echo "No changes detected, exiting." popd exit 0