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 7ccd946407 Don't set $preferLocalBuild and $requiredSystemFeatures in builders
With C++ std::map, doing a comparison like ‘map["foo"] == ...’ has the
side-effect of adding a mapping from "foo" to the empty string if
"foo" doesn't exist in the map.  So we ended up setting some
environment variables by accident.
2013-06-20 18:07:27 +00:00
corepkgs
doc Update release notes for Nix 1.5.3 2013-06-17 11:47:38 +02:00
misc
perl Don't keep "disabled" substituters running 2013-06-20 11:55:15 +02:00
scripts Don't keep "disabled" substituters running 2013-06-20 11:55:15 +02:00
src Don't set $preferLocalBuild and $requiredSystemFeatures in builders 2013-06-20 18:07:27 +00:00
tests Don't keep "disabled" substituters running 2013-06-20 11:55:15 +02:00
.gitignore
AUTHORS
bootstrap.sh
build.nix
configure.ac
COPYING
INSTALL
Makefile.am
nix.spec.in
README
release.nix
substitute.mk
version Bump version 2013-06-17 15:39:45 +02: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/).