24 current 2025-04-28 22:10:57 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-28 22:11:11 -04:00
parent 7d51a56a7a
commit f1da08b74b
6 changed files with 51 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ if git --git-dir /home/synchronous/nix-cfg/.git diff-index --quiet HEAD; then
exit 0
fi
/run/current-system/sw/bin/nix flake check /home/synchronous/nix-cfg/ || { echo "Flake check failed. Exiting."; exit 1; }
# /run/current-system/sw/bin/nix flake check /home/synchronous/nix-cfg/ || { echo "Flake check failed. Exiting."; exit 1; }
# Autoformat your nix files
alejandra . &>/dev/null \