fixes command
This commit is contained in:
parent
2d6fd819fe
commit
f51d9a610f
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -26,7 +26,7 @@ gc:
|
||||||
|
|
||||||
# dnsc-air
|
# dnsc-air
|
||||||
mre:
|
mre:
|
||||||
git add . && git commit -am "new revision" && darwin-rebuild switch --flake .
|
if ! git diff --quiet || ! git diff --staged --quiet; then git add . && git commit -am "new revision"; fi && darwin-rebuild switch --flake .
|
||||||
|
|
||||||
mup:
|
mup:
|
||||||
darwin-rebuild switch --recreate-lock-file --flake .
|
darwin-rebuild switch --recreate-lock-file --flake .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue