We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59a0a commit 689fc9fCopy full SHA for 689fc9f
buildbot_nix/buildbot_nix/models.py
@@ -263,7 +263,6 @@ class BuildbotNixConfig(BaseModel):
263
db_url: str
264
build_systems: list[str]
265
domain: str
266
- webhook_base_url: str
267
url: str
268
269
use_https: bool = False
nixosModules/master.nix
@@ -768,7 +768,6 @@ in
768
eval_max_memory_size = cfg.evalMaxMemorySize;
769
eval_worker_count = cfg.evalWorkerCount;
770
domain = cfg.domain;
771
- webhook_base_url = cfg.webhookBaseUrl;
772
use_https = cfg.useHTTPS;
773
outputs_path = cfg.outputsPath;
774
url = config.services.buildbot-nix.master.webhookBaseUrl;
0 commit comments