guix/scripts
Eelco Dolstra f7526febe4 * 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.
2003-04-09 13:03:00 +00:00
..
Makefile.am * A garbage collector for installed packages. nix-collect-garbage 2003-04-09 13:03:00 +00:00
nix-collect-garbage * A garbage collector for installed packages. nix-collect-garbage 2003-04-09 13:03:00 +00:00
nix-generate-regscript * FreeBSD / gcc 2.95 compatibility fixes. 2003-04-08 14:05:15 +00:00
nix-populate * We no longer use nix-populate standalone, rather we use it as a 2003-04-09 12:26:48 +00:00
nix-profile.sh * We no longer use nix-populate standalone, rather we use it as a 2003-04-09 12:26:48 +00:00
nix-switch * When we activate a descriptor in nix-switch, remember its hash. 2003-04-09 12:46:44 +00:00