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 ac1e8f40d4 * Use a symbol table to represent identifiers and attribute names
efficiently.  The symbol table ensures that there is only one copy
  of each symbol, thus allowing symbols to be compared efficiently
  using a pointer equality test.
2010-04-13 12:25:42 +00:00
blacklisting
corepkgs
doc 2010-03-17 10:08:34 +00:00
externals
make
misc
scripts * nix-prefetch-url depends on sed (see 2010-03-05 18:26:47 +00:00
src * Use a symbol table to represent identifiers and attribute names 2010-04-13 12:25:42 +00:00
tests * Removed the `~' operator. 2010-04-01 16:59:07 +00:00
.gitignore
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac Making 'bin2c' to be built with the compiler for the local system. 2010-03-11 20:56:25 +00:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README
release.nix
substitute.mk * nix-prefetch-url depends on sed (see 2010-03-05 18:26:47 +00:00
version * Bump version number. 2010-03-17 12:12:45 +00:00

Nix is a purely functional package manager.  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/).