justfile: --commit-lock-file

This commit is contained in:
cy 2025-03-28 16:59:32 -04:00
parent e610ca24e1
commit 61b5533dca
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -1,9 +1,7 @@
update:
git branch -D update || true
git switch -c update
nix flake update
git add flake.lock
git commit -s -m "flake update"
nix flake update --commit-lock-file
git push -f
git switch main