about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-16 01:19:52 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-16 01:22:10 +0100
commitc0d8cedd6c999350496c2afe2fd32b30c3d07c8e (patch)
tree995f7d5af89466291c99a4255433a7cce96d05d9 /modules/profiles
parente9b11550d2ffe3df69c87b2985aadf449f20f345 (diff)
profiles/tests: Revert disabling quake3 test
This reverts commit 71d24b28c16fbae58d1ecfeaecf5a26c7ec015da.

Evaluation has been fixed upstream at NixOS/nixpkgs@c4de45b and the test
should succeed after NixOS/nixpkgs@5caa8ab as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tests.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 3c809fef..04019b3d 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -202,12 +202,10 @@ let
     { check = config.services.pumpio.enable;
       path  = ["nixos" "pumpio"];
     }
-    /* XXX: Temporarily disabled due to evaluation error.
     { check = config.hardware.opengl.driSupport
            && config.services.xserver.enable;
       path  = ["nixos" "quake3"];
     }
-    */
     { check = true;
       path  = ["nixos" "runInMachine"];
     }