about summary refs log tree commit diff
path: root/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-04-01 * Use ATerms for Nix descriptors.Eelco Dolstra1-1/+1
2003-03-24 * For efficiency: md5 integrated into nix.Eelco Dolstra1-2/+10
* 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 * Descriptors now have a "system" field specifying the platform thatEelco Dolstra1-1/+12
the build or run action should be perfomed on. This ensures that descriptors have different hashes on different platforms.
2003-03-13 * Converted to C++.Eelco Dolstra1-2/+2
2003-03-13 * Initial version of nix.Eelco Dolstra1-0/+2