task | update justfile
This commit is contained in:
parent
8da60f3481
commit
b0b72546a2
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
|
@ -83,8 +83,8 @@ pull:
|
||||||
|
|
||||||
# Add everything to git
|
# Add everything to git
|
||||||
ci:
|
ci:
|
||||||
echo "git commit all"
|
echo "git commit"
|
||||||
git commit -m"updates from makefile" --all &> nixos-switch.log || ( cat nixos-switch.log && false)
|
git commit -m"chore | Update flake.lock" flake.lock &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||||
rm -f nixos-switch.log
|
rm -f nixos-switch.log
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue