312 current 2025-02-09 03:05:47 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-02-09 03:06:00 -05:00
parent a1c7b9bfd7
commit 1738775517
12 changed files with 190 additions and 10 deletions

View File

@@ -14,6 +14,8 @@ if git --git-dir /home/synchronous/nix-cfg/.git diff-index --quiet HEAD; then
exit 0
fi
nix flake check /home/synchronous/nix-cfg/
# Autoformat your nix files
alejandra . &>/dev/null \
|| ( alejandra . ; echo "formatting failed!" && exit 1)