120 current 2024-12-31 04:47:23 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2024-12-31 04:47:29 -05:00
parent b04b26c00d
commit a6a848d20b

View File

@@ -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