* currentOutput -> outputName. "current" implies some temporal

aspect.
This commit is contained in:
Eelco Dolstra 2012-01-04 12:00:39 +00:00
parent b79b85ad76
commit a0477a458f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let
outPath = builtins.getAttr outputName strict;
drvPath = strict.drvPath;
type = "derivation";
currentOutput = outputName;
inherit outputName;
};
};