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 766f708418 * Experimental feature: allow a derivation to tell the build hook that
it requires a certain feature on the build machine, e.g.

    requiredSystemFeatures = [ "kvm" ];

  We need this in Hydra to make sure that builds that require KVM
  support are forwarded to machines that have KVM support.  Probably
  this should also be enforced for local builds.
2010-08-27 13:18:13 +00:00
blacklisting
corepkgs
doc
externals
make
misc
scripts * Experimental feature: allow a derivation to tell the build hook that 2010-08-27 13:18:13 +00:00
src * Experimental feature: allow a derivation to tell the build hook that 2010-08-27 13:18:13 +00:00
tests
.gitignore
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README
release.nix
substitute.mk
version

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