From d2a20ab15359962e67fa320c16a95be97646e380 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 17 Nov 2024 16:32:27 -0800 Subject: [PATCH] feat(Just): Add gc --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index d990f37..0257665 100644 --- a/Justfile +++ b/Justfile @@ -16,3 +16,7 @@ update: updatejust this: nix flake update {{this}} + +alias gc := collectgarbage +collectgarbage: + nix-collect-garbage -d