about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2015-03-21 10:13:03 -0400
committerEmery Hemingway <emery@vfemail.net>2015-03-21 10:17:48 -0400
commitba2074fc310796f1cb43b82b86cb85cfc0a8ca53 (patch)
treea685755ed8cfac28dd71f1a933bc082673e6d917 /nixos/release.nix
parent7e66337f6c5db5ac5c80ae57fcc8f6c3b2ae238a (diff)
nixos/tests/cjdns: do not build cjdns at evaluation
Putting hostnames in the cjdns configuration requires a utility
be present to convert public keys to ip addresses
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 1712c90ad33f7..f84501d741a6e 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -242,7 +242,7 @@ in rec {
   tests.blivet = callTest tests/blivet.nix {};
   tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; });
   tests.chromium = callTest tests/chromium.nix {};
-  #tests.cjdns = callTest tests/cjdns.nix {};
+  tests.cjdns = callTest tests/cjdns.nix {};
   tests.containers = callTest tests/containers.nix {};
   tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; });
   tests.dockerRegistry = hydraJob (import tests/docker-registry.nix { system = "x86_64-linux"; });