about summary refs log tree commit diff
path: root/corepkgs
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-01-04T12·00+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-01-04T12·00+0000
commita0477a458fa9fd7fbe090ff8cebcfd162c090b43 (patch)
tree2f9f3960404dc3e2964bbd31cd786d7be52192eb /corepkgs
parentb79b85ad7668783391538fe2cda2e896f4ea0c8e (diff)
* currentOutput -> outputName. "current" implies some temporal
  aspect.

Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/derivation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/derivation.nix b/corepkgs/derivation.nix
index 2e2d0002c2..757108be36 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;
       };
     };