about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2003-03-24 * Descriptors now have a "system" field specifying the platform thatEelco Dolstra4-32/+1456
the build or run action should be perfomed on. This ensures that descriptors have different hashes on different platforms.
2003-03-24 * Refactoring.Eelco Dolstra1-66/+37
2003-03-23 * A command to run programs in Nix packages, that is, to execute a runEelco Dolstra1-20/+123
action. Run actions are described by uniquely hashed descriptors, just like build actions. Therefore run actions can have dependencies, but these need not be the same as the build time dependencies (e.g., at runtime we can link against a different version of a dynamic library). Example: nix run 31d6bf4c171282367065e0deecd7c579 will run the Pan 0.13.91 newsreader with gtkspell support.
2003-03-21 * Added a command to list installed packages.Eelco Dolstra1-2/+22
2003-03-21 * Added a command to verify the consistency of the database.Eelco Dolstra1-22/+93
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 * Various updates.Eelco Dolstra1-77/+151
2003-03-20 * A script to instantiate package descriptors from templates.Eelco Dolstra1-0/+23
2003-03-14 * Improved Nix. Resources (package descriptors and other sourceEelco Dolstra1-74/+267
files) are now referenced using their cryptographic hashes. This ensures that if two package descriptors have the same contents, then they describe the same package. This property is not as trivial as it sounds: generally import relations cause this property not to hold w.r.t. temporality. But since imports also use hashes to reference other packages, equality follows by induction.
2003-03-13 * Converted to C++.Eelco Dolstra3-316/+222
2003-03-13 * Initial version of nix.Eelco Dolstra2-0/+316