diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-05T09·49+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-05T09·49+0200 |
commit | a6a45bb722af5ac78f19d1927b9557ac69b881d9 (patch) | |
tree | 2e1019428a913b41d68e0b97fd7581192b78453d /release.nix | |
parent | f8df935102325d1b33bbcc7d904dd573bced48d5 (diff) |
Tweak
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix index bc4c06a0b792..3e741660ccfe 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. |