about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-02-10 15:25:09 +0100
committeraszlig <aszlig@nix.build>2020-02-10 15:25:09 +0100
commitffa7a45ba0aa27c926472e23587423bc07a6db53 (patch)
tree2e52b2e33218e47d66d8d346ee180777ae33047b /modules/core
parent1c313303fcd65bf0de295d6c44fdb927f79ac2f7 (diff)
core/tests: Rename module for buildkite-agent
The buildkite-agent module, NixOS test and option got renamed[1] to its
plural form, also supporting multiple agents.

While none of our machines are using the module, we nevertheless need to
fix the module option attribute so that our channels will evaluate.

[1]: https://github.com/NixOS/nixpkgs/commit/f003810989c58746db9ea52f623

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/tests.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/tests.nix b/modules/core/tests.nix
index a9f6d39a..4e242e98 100644
--- a/modules/core/tests.nix
+++ b/modules/core/tests.nix
@@ -50,8 +50,8 @@ let
            || config.services.opentracker.enable;
       path  = ["nixos" "bittorrent"];
     }
-    { check = config.services.buildkite-agent.enable;
-      path  = ["nixos" "buildkite-agent"];
+    { check = config.services.buildkite-agents.enable;
+      path  = ["nixos" "buildkite-agents"];
     }
     { check = config.vuizvui.createISO;
       paths = [