From c0d8cedd6c999350496c2afe2fd32b30c3d07c8e Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 16 Jan 2016 01:19:52 +0100 Subject: 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 --- modules/profiles/tests.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/profiles') 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"]; } -- cgit 1.4.1