about summary refs log tree commit diff
path: root/scripts/nix-collect-garbage
AgeCommit message (Collapse)AuthorFilesLines
2003-04-09 * A garbage collector for installed packages. nix-collect-garbageEelco Dolstra1-0/+22
doesn't actually delete any packages, it just prints their descriptor hashes. So we can do nix info $(nix-collect-garbage) to print out the ids of the packages that would be deleted, and nix delpkg $(nix-collect-garbage) to actually delete them.