Go to file
Eelco Dolstra 8a1ab709a4 * New builtin functions builtins.{hasAttr, getAttr} to check for
attribute existence and to return an attribute from an attribute
  set, respectively.  Example: `hasAttr "foo" {foo = 1;}'.  They
  differ from the `?' and `.' operators in that the attribute name is
  an arbitrary expression.  (NIX-61)
2006-09-22 14:31:55 +00:00
blacklisting
corepkgs
doc * "Too many links" error. 2006-09-12 09:29:28 +00:00
externals * Supply the 64-bit ATerm patch, but don't apply it (since that 2006-09-22 12:07:41 +00:00
make
misc
scripts * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +00:00
src * New builtin functions builtins.{hasAttr, getAttr} to check for 2006-09-22 14:31:55 +00:00
tests * New builtin functions builtins.{hasAttr, getAttr} to check for 2006-09-22 14:31:55 +00:00
aterm-gc.supp
AUTHORS * Put something in here. 2004-11-07 20:30:02 +00:00
bootstrap.sh
ChangeLog
configure.ac * Build with -D_FILE_OFFSET_BITS=64 to support files >= 2^31 bytes 2006-09-22 11:13:12 +00:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README * Add SHA-256. 2005-01-14 12:03:04 +00:00
substitute.mk

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/)