322 current 2025-02-14 23:05:51 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-02-14 23:06:11 -05:00
parent a4d113a375
commit 8004bde1e1
2 changed files with 10 additions and 1 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/
/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 \