Go to file
Eelco Dolstra 73c53935d0 * For efficiency: md5 integrated into nix.
* Command `nix ensure' which is like `nix getpkg' except that if the
  has refers to a run action it will just ensure that the imports are
  there.
* Command `nix closure' to print out the closure of the set of
  descriptors under the import relation, starting at a set of roots.
  This can be used for garbage collection (e.g., given a list of
  `activated' packages, we can delete all packages not reachable from
  those).
* Command `nix graph' to print out a Dot graph of the dependency
  graph.
* `nix-addroot' adds a root for the (unimplemented) garbage collector.
2003-03-24 17:49:56 +00:00
pkg * Fetch sources from the network. 2003-03-21 14:10:06 +00:00
src * For efficiency: md5 integrated into nix. 2003-03-24 17:49:56 +00:00
sys * Improved Nix. Resources (package descriptors and other source 2003-03-14 16:43:14 +00:00
test * Typo fix. 2003-03-24 16:43:52 +00:00