forked from lix-project/lix
46a369ad95
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. |
||
---|---|---|
.. | ||
buildenv.nix | ||
buildenv.pl | ||
config.nix.in | ||
derivation.nix | ||
fetchurl.nix | ||
imported-drv-to-derivation.nix | ||
Makefile.am | ||
nar.nix | ||
unpack-channel.nix |