From aa6741135cb7e78ab038eee798067f2df32bb6d9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 11 Dec 2015 07:34:35 +0100 Subject: modules: Make requiresTests a list of paths. Unfortunately, we went into trouble and the Hydra machine not only consumed lots of ram during evaluation but it also triggered a bunch of evaluation errors because the available tests were strictly evaluated. Using attribute paths consisting of plain strings doesn't have the same problem, even though they look a bit uglier. Signed-off-by: aszlig --- modules/user/aszlig/services/i3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user/aszlig/services/i3') diff --git a/modules/user/aszlig/services/i3/default.nix b/modules/user/aszlig/services/i3/default.nix index b9025766..0814ac1e 100644 --- a/modules/user/aszlig/services/i3/default.nix +++ b/modules/user/aszlig/services/i3/default.nix @@ -1,4 +1,4 @@ -{ pkgs, tests, lib, config, ... }: +{ pkgs, lib, config, ... }: with lib; @@ -106,7 +106,7 @@ in config = mkIf cfg.enable { vuizvui.user.aszlig.services.i3.workspaces = defaultWorkspaces; - vuizvui.requiresTests = [ tests.vuizvui.aszlig.i3 ]; + vuizvui.requiresTests = [ ["vuizvui" "aszlig" "i3"] ]; services.xserver.windowManager = { default = "i3"; -- cgit 1.4.1