Files
lix/src/libutil
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
..
2012-03-18 23:54:57 +01:00
2006-05-24 13:23:20 +00:00
2005-01-14 12:03:04 +00:00
2005-01-14 12:03:04 +00:00
2012-10-04 14:07:36 -04:00