diff options
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/derivation.nix b/corepkgs/derivation.nix index 2e2d0002c2b8..757108be3614 100644 --- a/corepkgs/derivation.nix +++ b/corepkgs/derivation.nix @@ -18,7 +18,7 @@ let outPath = builtins.getAttr outputName strict; drvPath = strict.drvPath; type = "derivation"; - currentOutput = outputName; + inherit outputName; }; }; |