From 8367d198733d9e66e542d28511ac3df44dbc1987 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 23 Mar 2020 16:16:10 +0100 Subject: core/tests: Remove check on graphite.pager All of the NixOS options in services.graphite.pager have been removed in 37ffa6ea51f3a3d7e43736b9a5ce3c149dd9d1ee, but since we're using the "enable" option to check whether we need to run tests, we'll get an eval error. Removing the check fixes the evaluation error. Signed-off-by: aszlig Reported-by: @devhell --- modules/core/tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/core/tests.nix b/modules/core/tests.nix index 46d96509..dcbc64f2 100644 --- a/modules/core/tests.nix +++ b/modules/core/tests.nix @@ -295,7 +295,7 @@ let } { check = with config.services.graphite; carbon.enableCache || carbon.enableAggregator || carbon.enableRelay - || web.enable || api.enable || seyren.enable || pager.enable + || web.enable || api.enable || seyren.enable || beacon.enable; path = ["nixos" "graphite"]; } -- cgit 1.4.1