Find a file
Eelco Dolstra 292d6468ec * Nix-env operations now by default filter out any derivations for
system types other than the current system.  I.e., `nix-env -i'
  won't install derivations for other system types, and `nix-env -q'
  won't show them.  The flag `--system-filter SYSTEM' can be used to
  override the system type used for filtering (but not for
  building!).  The value `*' can be used not to filter anything.
2004-07-01 13:56:56 +00:00
corepkgs * Adapted nix-pull to use the new substitute mechanism. 2004-06-21 09:51:23 +00:00
doc * By default, `nix-env -i' now deletes previously installed 2004-06-28 14:40:26 +00:00
externals * Use ATerm 2.1. 2004-06-28 14:51:42 +00:00
misc * A flag `--keep-going / -k' to keep building goals if one fails, as 2004-06-25 15:36:09 +00:00
scripts * Nix-instantiate can return multiple store expressions. 2004-06-22 15:17:04 +00:00
src * Nix-env operations now by default filter out any derivations for 2004-07-01 13:56:56 +00:00
testpkgs * Argument support in Fix. Arguments can be passed through the 2003-08-15 13:01:45 +00:00
tests * Typo. 2004-06-28 12:07:07 +00:00
AUTHORS * 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
configure.ac * Adapted nix-pull to use the new substitute mechanism. 2004-06-21 09:51:23 +00:00
COPYING * 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 * A Nix mode for Emacs. 2004-06-04 14:31:57 +00:00
NEWS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
nix.spec.in * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00
README * Fixed URL. 2004-04-26 09:54:37 +00:00
substitute.mk * A test to verify that Nix executes build jobs in parallel, if 2004-05-04 17:04:17 +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/Nix>.