lix/src
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
..
boost * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
bsdiff-4.3 Drop the externals directory 2012-03-18 23:54:57 +01:00
libexpr Revert "prim_toPath: Actually make the string a path" 2012-11-15 23:04:34 +01:00
libmain nix-store -r: Add ‘--ignore-unknown’ flag 2012-11-20 00:27:25 +01:00
libstore Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
libutil Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
nix-daemon Don't use std::cerr in a few places 2012-11-15 15:01:02 +01:00
nix-env getDerivation(): Don't always quietly ignore assertion failure 2012-10-04 15:22:25 -04:00
nix-hash When ‘--help’ is given, just run ‘man’ to show the manual page 2012-10-03 16:40:09 -04:00
nix-instantiate Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
nix-log2xml * Emit warning='1' or error='1' attributes for lines marked as 2010-03-05 12:54:58 +00:00
nix-setuid-helper Templatise tokenizeString() 2012-09-19 15:43:23 -04:00
nix-store Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
Makefile.am Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00