Go to file
Eelco Dolstra 9d25466b34 * An attribute set update operator (//). E.g.,
{x=1; y=2; z=3;} // {y=4;}  =>  {x=1; y=4; z=3;}
2004-02-04 16:49:51 +00:00
corepkgs * Fixed the old envpkgs filename. 2004-02-04 16:20:51 +00:00
doc * Sort `nix-env -q' output by derivation name. 2004-02-02 10:51:54 +00:00
externals * Detect flex and bison; updated the manual. 2004-01-30 16:32:14 +00:00
scripts * Test whether the symlink, not its target, exists. 2004-01-16 15:17:36 +00:00
src * An attribute set update operator (//). E.g., 2004-02-04 16:49:51 +00:00
testpkgs
AUTHORS
ChangeLog
configure.ac * Detect flex and bison; updated the manual. 2004-01-30 16:32:14 +00:00
COPYING
INSTALL
Makefile.am * Explicitly compute the release name. 2004-01-22 13:04:57 +00:00
NEWS
nix.spec.in * Ignore exit code from strip. 2004-01-19 09:01:28 +00:00
README * Manual updates. 2004-01-20 11:49:32 +00:00
substitute.mk * Generate RPM spec file. 2004-01-02 16:04:53 +00:00

                             *** 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>.