about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-03-23 16:16:10 +0100
committeraszlig <aszlig@nix.build>2020-03-23 16:18:55 +0100
commit8367d198733d9e66e542d28511ac3df44dbc1987 (patch)
treec1720ddde38e20f0f9173096df62a38920048e3c /modules/core
parent547c4d9a51d7d813fd3ddf1b7e8cae6a5067f6b9 (diff)
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 <aszlig@nix.build>
Reported-by: @devhell
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/tests.nix2
1 files changed, 1 insertions, 1 deletions
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"];
     }