feat: justfile - clean

This commit is contained in:
Ryan Yin
2025-06-29 15:16:29 +08:00
parent ffee47a2de
commit 58225d7978

View File

@@ -48,7 +48,10 @@ repl:
# on darwin, you may need to switch to root user to run this command
[group('nix')]
clean:
# Wipe out NixOS's history
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 7d
# Wipe out home-manager's history
nix profile wipe-history --profile $"($env.XDG_STATE_HOME)/nix/profiles/home-manager" --older-than 7d
# Garbage collect all unused nix store entries
[group('nix')]