From 1ec5200fa4820caae4e99f1025fd09362a388c10 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 11 Dec 2015 08:12:06 +0100 Subject: release.nix: Improve arg name in gatherTests. No change in functionality, I'm just dead tired so I fucked up the name. Signed-off-by: aszlig --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index c51911c2..35f1ad7e 100644 --- a/release.nix +++ b/release.nix @@ -91,7 +91,7 @@ in with pkgsUpstream.lib; with builtins; { ''; } // removeAttrs attrs [ "name" ]); - gatherTests = activate: map (path: getAttrFromPath path allTests) activate; + gatherTests = active: map (path: getAttrFromPath path allTests) active; in { generic = mkChannel {}; -- cgit 1.4.1