guix/src
Eelco Dolstra 818047881e * Put the garbage collector in nix-store: operation `--gc',
suboperations `--print-live', `--print-dead', and `--delete'.  The
  roots are not determined by nix-store; they are read from standard
  input.  This is to make it easy to customise what the roots are.

  The collector now no longer fails when store expressions are missing
  (which legally happens when using substitutes).  It never tries to
  fetch paths through substitutes.

  TODO: acquire a global lock on the store while garbage collecting.
  
* Removed `nix-store --delete'.
2004-08-25 11:43:49 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * This is also useful. 2004-06-18 16:52:31 +00:00
libexpr * Validate derivation names. In particular don't allow spaces. 2004-08-24 11:46:05 +00:00
libmain * The gid should also match. 2004-08-20 15:47:58 +00:00
libstore * Put the garbage collector in nix-store: operation `--gc', 2004-08-25 11:43:49 +00:00
libutil * The default verbosity level of all Nix commands is now lvlInfo. 2004-08-18 12:19:06 +00:00
log2xml * Do not close a nesting level twice after close() has been 2004-03-27 15:33:19 +00:00
nix-env * The default verbosity level of all Nix commands is now lvlInfo. 2004-08-18 12:19:06 +00:00
nix-hash * Allow linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
nix-instantiate * Nix-instantiate now accepts sets of derivations (just like nix-env). 2004-07-01 14:25:26 +00:00
nix-store * Put the garbage collector in nix-store: operation `--gc', 2004-08-25 11:43:49 +00:00
Makefile.am * On systems that have the setresuid() and setresgid() system calls to 2004-08-20 15:22:33 +00:00