diff --git a/Justfile b/Justfile index 0992c69c..e99e84e5 100644 --- a/Justfile +++ b/Justfile @@ -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')]