A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 7933cdc6dc * When writing the user environment manifest, filter out non-string
attributes from the meta attribute.  Not doing so caused nix-env to
  barf on the "psi" package, which has a meta.function attribute,
  the textual serialisation of which causes a gigantic string to be
  produced --- so big that it causes nix-env to run out of memory.

  Note however that "meta" really only should contain strings.  
  meta.function should be passthru.function.
2008-09-02 09:21:38 +00:00
blacklisting
corepkgs
doc * Moved some stuff to the Nixpkgs manual. 2008-08-05 11:03:05 +00:00
externals * `make ext-clean': remove the bzip2 build. 2008-06-23 13:52:28 +00:00
make
misc
scripts Added nix-http-export.cgi to extra distributed scripts; so it can be installed from releases, not only from SVN. 2008-08-29 08:34:38 +00:00
src * When writing the user environment manifest, filter out non-string 2008-09-02 09:21:38 +00:00
tests * Added an experimental feature suggested by Andres: ellipses ("...") 2008-08-14 14:00:44 +00:00
aterm-gc.supp * Extend the ATerm suppressions to 64-bit. 2008-08-29 14:38:04 +00:00
AUTHORS
bootstrap.sh
ChangeLog
configure.ac * Merged the no-bdb branch (-r10900:HEAD 2008-06-09 13:52:45 +00:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in 2008-08-29 13:59:03 +00:00
README * Updated URL. 2008-03-21 14:57:16 +00:00
substitute.mk --proxy=proxy:3128 2008-05-07 14:18:28 +00:00

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://nixos.org/>.


Acknowledgments

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