Go to file
Eelco Dolstra 8d8d47abd2 Only substitute wanted outputs of a derivation
If a derivation has multiple outputs, then we only want to download
those outputs that are actuallty needed.  So if we do "nix-build -A
openssl.man", then only the "man" output should be downloaded.
Likewise if another package depends on ${openssl.man}.

The tricky part is that different derivations can depend on different
outputs of a given derivation, so we may need to restart the
corresponding derivation goal if that happens.
2012-11-26 17:15:09 +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 Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
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 Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
tests Fix the test 2012-10-03 18:01:35 -04:00
.gitignore Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
AUTHORS * Put something in here. 2004-11-07 20:30:02 +00:00
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am Fix the tarball build 2012-10-03 21:01:03 -04:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
build.nix Add an experimental nix-make file 2012-05-21 09:43:01 -04:00
configure.ac Disable use of vfork() 2012-11-15 19:35:18 +01:00
nix.spec.in Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00
release.nix Remove double Fedora release suffix 2012-09-13 17:23:12 -04:00
substitute.mk Use a GNU tar flag to shut up warnings about implausibly old timestamp 2012-08-01 16:42:51 -04:00
version Bump version 2012-07-18 17:17:23 -04:00

README

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