make justfile work
This commit is contained in:
parent
c1cb989017
commit
5e3715f8f7
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -1,5 +1,8 @@
|
||||||
update:
|
update:
|
||||||
git switch -c update
|
git switch -c update
|
||||||
|
nix flake update
|
||||||
|
git add flake.lock
|
||||||
|
git commit -s -m "flake update"
|
||||||
git push
|
git push
|
||||||
git switch main
|
git switch main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue