about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
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 {};