add nix health to justfile recipe
This commit is contained in:
parent
03dfc44c5c
commit
cc587ca3e0
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
|
@ -16,7 +16,11 @@ deploy host:
|
||||||
clean keep_since="1w":
|
clean keep_since="1w":
|
||||||
nh clean all --verbose -K {{ keep_since }} -k 5
|
nh clean all --verbose -K {{ keep_since }} -k 5
|
||||||
|
|
||||||
|
health:
|
||||||
|
nix --accept-flake-config run github:juspay/nix-health
|
||||||
|
|
||||||
alias s := switch
|
alias s := switch
|
||||||
alias u := update
|
alias u := update
|
||||||
alias d := deploy
|
alias d := deploy
|
||||||
alias c := clean
|
alias c := clean
|
||||||
|
alias h := health
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue