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