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 46a369ad95 Make "nix-build -A <derivation>.<output>" do the right thing
For example, given a derivation with outputs "out", "man" and "bin":

  $ nix-build -A pkg

produces ./result pointing to the "out" output;

  $ nix-build -A pkg.man

produces ./result-man pointing to the "man" output;

  $ nix-build -A pkg.all

produces ./result, ./result-man and ./result-bin;

  $ nix-build -A pkg.all -A pkg2

produces ./result, ./result-man, ./result-bin and ./result-2.
2012-11-26 15:39:10 +01:00
corepkgs Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
doc nix-copy-closure: Add flag ‘--use-substitutes’ 2012-11-23 16:20:16 +01:00
misc
perl nix-copy-closure: Add flag ‘--use-substitutes’ 2012-11-23 16:20:16 +01:00
scripts Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
src Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
tests
.gitignore
AUTHORS
bootstrap.sh
build.nix
configure.ac Disable use of vfork() 2012-11-15 19:35:18 +01:00
COPYING
INSTALL
Makefile.am
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/).