From 7070b692d7b83c0d80f07a0803a8da26300efc28 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Mar 2025 18:00:56 +0800 Subject: [PATCH] remove health just recipe --- .justfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.justfile b/.justfile index 4f5a40c..556f2f6 100755 --- a/.justfile +++ b/.justfile @@ -24,9 +24,6 @@ deploy host: clean keepSince=DEFAULT_KEEP_SINCE: nh clean all --verbose -K {{ keepSince }} -k 5 -health: - nix --accept-flake-config run github:juspay/nix-health - switchHome host=DEFAULT_HOST $USER=DEFAULT_USER: @echo USER: $USER @echo HOST: {{ host }} @@ -41,7 +38,6 @@ alias s := switch alias u := update alias d := deploy alias c := clean -alias h := health alias b := build alias H := switchHome alias B := buildHome