Eelco Dolstra
ac68840e79
* Refactoring: put the Nix expression evaluator in its own library so
...
that it can be used by multiple programs.
2003-11-19 11:35:41 +00:00
Eelco Dolstra
2be8b5917a
* Use `sdftable -s' to get warnings about the grammar.
...
* Several bug fixes in the grammar.
* Allow one-line comments (#... and //...) to end in EOF.
2003-11-19 10:04:03 +00:00
Eelco Dolstra
dfc9c64ead
* "Fix expression" -> "Nix expression".
...
* More refactoring.
2003-11-18 12:06:07 +00:00
Eelco Dolstra
b1117ef29d
* nix -> nix-store, fix -> nix-instantiate.
2003-11-18 11:38:25 +00:00
Eelco Dolstra
2dc84e5569
* Descriptors now have a "system" field specifying the platform that
...
the build or run action should be perfomed on. This ensures that
descriptors have different hashes on different platforms.
2003-03-24 12:49:40 +00:00
Eelco Dolstra
e582ee67cd
* Fetch sources from the network.
2003-03-21 14:10:06 +00:00
Eelco Dolstra
cadc3852e4
* nix-instantiate now instantiantes the closure of the set of
...
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 22:23:48 +00:00
Eelco Dolstra
b3594e9eaf
* A script to instantiate package descriptors from templates.
2003-03-20 16:52:30 +00:00