From cc587ca3e0d2c40bddbe50127ed6a44e4b4e2f89 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Feb 2025 19:32:55 +0800 Subject: [PATCH] add nix health to justfile recipe --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 2f68f12..dc4f0ed 100644 --- a/Justfile +++ b/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