docs: jsutfile

This commit is contained in:
Ryan Yin
2024-08-28 11:55:56 +08:00
parent 8b6d3e6034
commit 8ff5b91a0a

View File

@@ -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