task | update justfile

This commit is contained in:
Don Harper 2024-11-04 23:03:15 -06:00
parent 8da60f3481
commit b0b72546a2

View file

@ -83,8 +83,8 @@ pull:
# Add everything to git
ci:
echo "git commit all"
git commit -m"updates from makefile" --all &> nixos-switch.log || ( cat nixos-switch.log && false)
echo "git commit"
git commit -m"chore | Update flake.lock" flake.lock &> nixos-switch.log || ( cat nixos-switch.log && false)
rm -f nixos-switch.log