mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
* currentOutput -> outputName. "current" implies some temporal
aspect.
This commit is contained in:
parent
b79b85ad76
commit
a0477a458f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue