add args for clean recipe in Justfile
This commit is contained in:
parent
be75c39318
commit
602bc1d657
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
|
@ -13,8 +13,8 @@ update:
|
|||
deploy host:
|
||||
deploy {{ FLAKE_HOME }}#{{ host }}
|
||||
|
||||
clean:
|
||||
nh clean all --verbose -K 1w
|
||||
clean keep_since="1w":
|
||||
nh clean all --verbose -K {{ keep_since }} -k 5
|
||||
|
||||
alias s := switch
|
||||
alias u := update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue