add nix health to justfile recipe

This commit is contained in:
ulic-youthlic 2025-02-02 19:32:55 +08:00
parent 602bc1d657
commit c0736d3c9a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

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