forked from lix-project/lix
* currentOutput -> outputName. "current" implies some temporal
aspect.
This commit is contained in:
parent
b79b85ad76
commit
a0477a458f
|
@ -18,7 +18,7 @@ let
|
||||||
outPath = builtins.getAttr outputName strict;
|
outPath = builtins.getAttr outputName strict;
|
||||||
drvPath = strict.drvPath;
|
drvPath = strict.drvPath;
|
||||||
type = "derivation";
|
type = "derivation";
|
||||||
currentOutput = outputName;
|
inherit outputName;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue