Add automatic commit msg when updating flakes

This commit is contained in:
Dave Gallant
2024-02-18 21:12:54 -05:00
parent f2f5b9ee3e
commit 113a7b94e2

View File

@@ -25,6 +25,9 @@ rollback:
update:
nix flake update
make
git commit -S -m "nix flake update: $(TZ=UTC date +%Y-%m-%d_%H-%M-%S)"
git push
fmt:
alejandra .