From 8ff5b91a0a8d2028d9701b2f451e4b46b416e462 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 28 Aug 2024 11:55:56 +0800 Subject: [PATCH] docs: jsutfile --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 0398263b..64f08e98 100644 --- a/Justfile +++ b/Justfile @@ -56,7 +56,7 @@ gc: # garbage collect all unused nix store entries(system-wide) sudo nix-collect-garbage --delete-older-than 7d # garbage collect all unused nix store entries(for the user - home-manager) - # https://github.com/LnL7/nix-darwin/issues/237 + # https://github.com/NixOS/nix/issues/8508 nix-collect-garbage --delete-older-than 7d # Enter a shell session which has all the necessary tools for this flake