mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
nix-collect-garbage | ||
nix-generate-regscript | ||
nix-populate | ||
nix-profile.sh | ||
nix-switch |