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 2e4c52a commit 224e89bCopy full SHA for 224e89b
buildbot_nix/buildbot_nix/models.py
@@ -268,7 +268,6 @@ class BuildbotNixConfig(BaseModel):
268
github: GitHubConfig | None
269
pull_based: PullBasedConfig | None
270
admins: list[str]
271
- workers_file: Path
272
build_systems: list[str]
273
eval_max_memory_size: int
274
eval_worker_count: int | None
nixosModules/master.nix
@@ -764,7 +764,6 @@ in
764
poll_spread = cfg.pullBased.pollSpread;
765
};
766
admins = cfg.admins;
767
- workers_file = cfg.workersFile;
768
build_systems = cfg.buildSystems;
769
eval_max_memory_size = cfg.evalMaxMemorySize;
770
eval_worker_count = cfg.evalWorkerCount;
0 commit comments