about summary refs log tree commit diff
path: root/src/nix-instantiate
AgeCommit message (Collapse)AuthorFilesLines
2003-11-18 * "Fix expression" -> "Nix expression".Eelco Dolstra9-45/+17
* More refactoring.
2003-11-18 * nix -> nix-store, fix -> nix-instantiate.Eelco Dolstra14-0/+1711
2003-03-24 * Descriptors now have a "system" field specifying the platform thatEelco Dolstra1-85/+0
the build or run action should be perfomed on. This ensures that descriptors have different hashes on different platforms.
2003-03-21 * Fetch sources from the network.Eelco Dolstra1-5/+29
2003-03-20 * nix-instantiate now instantiantes the closure of the set ofEelco Dolstra1-17/+55
descriptor templates under the import relation. I.e., we can now say: nix-instantiate outdir foo.nix which will create descriptors for foo.nix and all imported packages in outdir/.
2003-03-20 * A script to instantiate package descriptors from templates.Eelco Dolstra1-0/+23