This commit is contained in:
2025-06-03 20:15:12 +02:00
parent 6b491daee9
commit e68dc11528

View File

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