From e68a43edce61ac81bafd5ec8e5fa4d082fe062d8 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 12 Aug 2024 17:51:02 +0800 Subject: [PATCH] docs: justfile - nix gc --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index d639b520..476801fc 100644 --- a/Justfile +++ b/Justfile @@ -59,7 +59,8 @@ gc: [group('nix')] gc-home: - # garbage collect all unused nix store entries(for the user - home-manager) + # garbage collect all unused nix store entries(for the user - home-manager on nix-darwin) + # https://github.com/LnL7/nix-darwin/issues/237 nix-collect-garbage --delete-old # Enter a shell session which has all the necessary tools for this flake