1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* A garbage collector for installed packages. nix-collect-garbage

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.
This commit is contained in:
Eelco Dolstra 2003-04-09 13:03:00 +00:00
parent 30a6122f80
commit f7526febe4
2 changed files with 23 additions and 1 deletions

View file

@ -1,4 +1,4 @@
bin_SCRIPTS = nix-generate-regscript nix-switch
bin_SCRIPTS = nix-generate-regscript nix-switch nix-collect-garbage
install-exec-local:
$(INSTALL) -d $(sysconfdir)/profile.d