diff options
author | Shea Levy <shea@shealevy.com> | 2011-09-14 05:59:17 +0000 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2011-09-14 05:59:17 +0000 |
commit | c172d16b00dd2126eb7c4f12c26f1e30e4356f07 (patch) | |
tree | 57fb1e12235bc9590eb62d8b3c0c3ed8230adba0 /tests | |
parent | 0b34e57eb80dbadd8f24426c4486af97cbfe40bf (diff) |
First attempt at the output-as-derivation semantics
For each output, this adds a corresponding attribute to the derivation that is
the same as the derivation except for outPath, which is set to the path specific
to that output. Additionally, an "all" attribute is added that is a list of all
of the output derivations. This has to be done outside of derivationStrict as
each output is itself a derivation that contains itself (and all other outputs)
as an attribute. The derivation itself is equivalent to the first output in the
outputs list (or "out" if that list isn't set).
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions