176 current 2025-01-03 00:41:20 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-03 00:41:29 -05:00
parent 7163fc1ef1
commit 60f119dc83

View File

@@ -11,7 +11,7 @@ pushd /home/synchronous/nix-cfg
# Early return if no changes were detected (thanks @singiamtel!)
git --git-dir /home/synchronous/nix-cfg/.git add .
if git --git-dir /home/synchronous/nix-cfg/.git diff --quiet; then
if git --git-dir /home/synchronous/nix-cfg/.git diff-index --quiet HEAD; then
echo "No changes detected, exiting."
popd
exit 0