From a0477a458fa9fd7fbe090ff8cebcfd162c090b43 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Jan 2012 12:00:39 +0000 Subject: * currentOutput -> outputName. "current" implies some temporal aspect. --- corepkgs/derivation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corepkgs/derivation.nix') 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; }; }; -- cgit 1.4.1