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 43535499f3 * When allocating an attribute set, reserve enough space for all
elements.  This prevents the vector from having to resize itself.
2010-10-24 20:09:37 +00:00
blacklisting
corepkgs * Sync with the trunk. 2010-05-07 14:46:47 +00:00
doc nix manual: fix 'install' -> 'uninstall' in garbage collection section of introduction 2010-10-06 19:04:04 +00:00
externals 2010-04-22 11:34:15 +00:00
make
misc
scripts * nix-build: pass --cores. 2010-08-24 09:21:59 +00:00
src * When allocating an attribute set, reserve enough space for all 2010-10-24 20:09:37 +00:00
tests * Keep attribute sets in sorted order to speed up attribute lookups. 2010-10-24 19:52:33 +00:00
.gitignore Add `.gitignore'. 2010-02-10 15:55:46 +00:00
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac * Make building against the Boehm GC a configure option. 2010-10-22 13:39:15 +00:00
COPYING
INSTALL
Makefile.am
nix.conf.example * Document --cores in the manual. 2010-08-17 07:22:05 +00:00
nix.spec.in
README
release.nix * rpmBuild already includes the disk image in the output name. 2010-08-17 14:08:44 +00:00
substitute.mk * "type -P" isn't portable. 2010-10-04 15:50:08 +00:00
version * Bump the version number. 2010-08-17 15:39:35 +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/).