From 568df3f4a9b5da7f4be075c6a15219ac5c492c4c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 27 Feb 2015 20:55:44 +0100 Subject: [PATCH] Disable the cjdns test The cjdns module uses "import from derivation", which is a bad thing (it causes building at evaluation time). --- nixos/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release.nix b/nixos/release.nix index 1bd3ec577318..e7771788edc8 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -244,7 +244,7 @@ in rec { tests.blivet = callTest tests/blivet.nix {}; tests.cadvisor = scrubDrv (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 = scrubDrv (import tests/docker.nix { system = "x86_64-linux"; }); tests.dockerRegistry = scrubDrv (import tests/docker-registry.nix { system = "x86_64-linux"; });