civodul pushed a commit to tag 1.8
in repository guix.
commit a6a45bb722af5ac78f19d1927b9557ac69b881d9
Author: Eelco Dolstra <[email protected]>
Date: Fri Sep 5 11:49:35 2014 +0200
Tweak
---
release.nix | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/release.nix b/release.nix
index bc4c06a..3e74166 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.