adapts commands
This commit is contained in:
parent
65dd97ce2a
commit
e8f0520bd5
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
|
@ -1,5 +1,5 @@
|
||||||
deploy:
|
deploy:
|
||||||
nixos-rebuild switch --flake .
|
git add . && git commit -am "new revision" && nixos-rebuild switch --flake .
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
nixos-rebuild switch --flake . --show-trace --verbose
|
nixos-rebuild switch --flake . --show-trace --verbose
|
||||||
|
|
@ -26,7 +26,7 @@ gc:
|
||||||
|
|
||||||
# dnsc-air
|
# dnsc-air
|
||||||
mre:
|
mre:
|
||||||
darwin-rebuild switch --flake .
|
git add . && git commit -am "new revision" && 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