summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2003-03-20* nix-instantiate now instantiantes the closure of the set ofEelco Dolstra
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 Dolstra
2003-03-20* A script to instantiate package descriptors from templates.Eelco Dolstra
2003-03-14* Improved Nix. Resources (package descriptors and other sourceEelco Dolstra
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 Dolstra
2003-03-13* Initial version of nix.Eelco Dolstra