Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-04 | * currentOutput -> outputName. "current" implies some temporal | Eelco Dolstra | 1 | -1/+1 | |
aspect. | |||||
2012-01-04 | * Export the original input attributes of the derivation in | Eelco Dolstra | 1 | -1/+4 | |
‘drvAttrs’. This will simplify the implementation of functions such as ‘overrideDerivation’ in Nixpkgs, which need to filter out any added attributes such as outPath. | |||||
2012-01-04 | * Simplify the implementation of "derivation" a bit: lift out the | Eelco Dolstra | 1 | -18/+11 | |
common attribution so that they're evaluated only once, etc. Note that the default output is now the first element of the "outputs" attribute, rather than the first element of the sorted list of outputs. This seems more user-friendly. | |||||
2012-01-03 | * Drop the inefficient "Path" suffix in output attribute names. | Eelco Dolstra | 1 | -4/+4 | |
2012-01-03 | * Move the implementation of the ‘derivation’ primop into a separate | Eelco Dolstra | 1 | -0/+31 | |
file. |