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