justfile: --commit-lock-file
This commit is contained in:
parent
e610ca24e1
commit
61b5533dca
1 changed files with 1 additions and 3 deletions
4
justfile
4
justfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue