From be75c39318cddfbc6f3d223f5881386316ed9d96 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Feb 2025 11:54:15 +0800 Subject: [PATCH] add clean gc in justfile as recipe --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 07c7527..0b03e3c 100644 --- a/Justfile +++ b/Justfile @@ -13,6 +13,10 @@ update: deploy host: deploy {{ FLAKE_HOME }}#{{ host }} +clean: + nh clean all --verbose -K 1w + alias s := switch alias u := update alias d := deploy +alias c := clean