Go to file
Eelco Dolstra db3e644c1c * Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'.
`bla:' is now no longer parsed as a URL.

* Re-enabled support for the `args' attribute in derivations to
  specify command line arguments to the builder, e.g.,

    ...
    builder = /usr/bin/python;
    args = ["-c" ./builder.py];
    ...
2004-03-28 20:34:22 +00:00
corepkgs * Make perl a dependency of Nix. 2004-03-15 15:23:53 +00:00
doc * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
externals * Don't build ATerm library if we don't need to. 2004-02-16 16:48:06 +00:00
scripts * Make perl a dependency of Nix. 2004-03-15 15:23:53 +00:00
src * Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'. 2004-03-28 20:34:22 +00:00
testpkgs * Argument support in Fix. Arguments can be passed through the 2003-08-15 13:01:45 +00:00
AUTHORS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
COPYING * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
ChangeLog * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am * Allow linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
NEWS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
README * Manual updates. 2004-01-20 11:49:32 +00:00
configure.ac * Added a utility that can be used to produce nice HTML pages from Nix 2004-03-15 21:51:14 +00:00
nix.spec.in * Allow the location of the store to be specified (--with-store-dir). 2004-02-16 15:23:19 +00:00
substitute.mk * Make perl a dependency of Nix. 2004-03-15 15:23:53 +00:00

README

                             *** Nix ***

For installation and usage instructions, please read the manual, which
can be found in docs/manual/manual.html, and additionally at the Nix
website at <http://www.cs.uu.nl/groups/ST/Trace/NixDeploymentSystem>.