fix/corepkgs
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
..
buildenv.nix
buildenv.pl
config.nix.in
derivation.nix Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
fetchurl.nix
imported-drv-to-derivation.nix
Makefile.am
nar.nix
unpack-channel.nix Don't use -warning=no-timestamp unless we have GNU tar 2012-09-11 13:07:22 -04:00