add clean gc in justfile as recipe

This commit is contained in:
ulic-youthlic 2025-02-02 11:54:15 +08:00
parent 8cc467589c
commit be75c39318
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -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