add clean gc in justfile as recipe
This commit is contained in:
parent
8cc467589c
commit
be75c39318
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
|
@ -13,6 +13,10 @@ update:
|
||||||
deploy host:
|
deploy host:
|
||||||
deploy {{ FLAKE_HOME }}#{{ host }}
|
deploy {{ FLAKE_HOME }}#{{ host }}
|
||||||
|
|
||||||
|
clean:
|
||||||
|
nh clean all --verbose -K 1w
|
||||||
|
|
||||||
alias s := switch
|
alias s := switch
|
||||||
alias u := update
|
alias u := update
|
||||||
alias d := deploy
|
alias d := deploy
|
||||||
|
alias c := clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue