about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-11 08:12:06 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-11 08:12:06 +0100
commit1ec5200fa4820caae4e99f1025fd09362a388c10 (patch)
treee463d14c760df93400193efc81c46f5bb9b7f34b /release.nix
parent544ea778b8d6776c9d1411137cf895921f547fbd (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
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 {};