From 10db40a5a801cfd29c339c8e2a1e642070a4be72 Mon Sep 17 00:00:00 2001 From: phaer Date: Thu, 26 Oct 2023 12:34:56 +0200 Subject: [PATCH] worker: actually use cfg.masterUrl --- nix/worker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/worker.nix b/nix/worker.nix index 73079a5..6b614bc 100644 --- a/nix/worker.nix +++ b/nix/worker.nix @@ -56,7 +56,7 @@ in pkgs.nix-eval-jobs ]; environment.PYTHONPATH = "${python.withPackages (_: [cfg.package])}/${python.sitePackages}"; - environment.MASTER_URL = ''tcp:host=localhost:port=9989''; + environment.MASTER_URL = cfg.masterUrl; environment.BUILDBOT_DIR = buildbotDir; serviceConfig = {