Go to file
Eelco Dolstra 8992fce3da * It is now possible to add store derivations or paths directly to a
user environment, e.g.,

    $ nix-env -i /nix/store/z58v41v21xd3ywrqk1vmvdwlagjx7f10-aterm-2.3.1.drv

  or 

    $ nix-env -i /nix/store/hsyj5pbn0d9iz7q0aj0fga7cpaadvp1l-aterm-2.3.1

  This is useful because it allows Nix expressions to be bypassed
  entirely.  For instance, if only a nix-pull manifest is provided,
  plus the top-level path of some component, it can be installed
  without having to supply the Nix expression (e.g., for obfuscation,
  or to be independent of Nix expression language changes or context
  dependencies).
2005-02-14 17:35:10 +00:00
corepkgs * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
doc * NEWS and manual update for release 0.7. 2005-01-12 10:27:46 +00:00
externals * Use aterm 2.3.1. 2004-12-29 17:29:24 +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 * Propagate the deriver of a path through the substitute mechanism. 2005-02-09 12:57:13 +00:00
src * It is now possible to add store derivations or paths directly to a 2005-02-14 17:35:10 +00:00
tests * Propagate the deriver of a path through the substitute mechanism. 2005-02-09 12:57:13 +00:00
AUTHORS * Put something in here. 2004-11-07 20:30:02 +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 * Added a global configuration file (/nix/etc/nix/nix.conf). It 2005-02-01 20:53:14 +00:00
NEWS * NEWS and manual update for release 0.7. 2005-01-12 10:27:46 +00:00
README * Add SHA-256. 2005-01-14 12:03:04 +00:00
bootstrap.sh * A script to generate the Auto* stuff. 2004-07-30 13:45:13 +00:00
configure.ac * Bump version number to 0.8. 2005-01-12 13:23:12 +00:00
nix.conf.example * Global configuration option `env-keep-derivations' to store pointer 2005-02-14 13:07:09 +00:00
nix.spec.in * Hack for perl(readmanifest) dependency. 2004-09-08 12:07:19 +00:00
substitute.mk * A test to verify that Nix executes build jobs in parallel, if 2004-05-04 17:04:17 +00:00

README

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


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/)