about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-05T09·49+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-05T09·49+0200
commita6a45bb722af5ac78f19d1927b9557ac69b881d9 (patch)
tree2e1019428a913b41d68e0b97fd7581192b78453d /release.nix
parentf8df935102325d1b33bbcc7d904dd573bced48d5 (diff)
Tweak
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix
index bc4c06a0b7..3e741660cc 100644
--- a/release.nix
+++ b/release.nix
@@ -214,11 +214,11 @@ let
     # System tests.
     tests.remote_builds = (import ./tests/remote-builds.nix rec {
       nix = build.x86_64-linux; system = "x86_64-linux";
-    }).test;
+    });
 
     tests.nix_copy_closure = (import ./tests/nix-copy-closure.nix rec {
       nix = build.x86_64-linux; system = "x86_64-linux";
-    }).test;
+    });
 
 
     # Aggregate job containing the release-critical jobs.