diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 725d5e4..6526b88 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -901,7 +901,6 @@ class NixConfigurator(ConfiguratorBase): config["secretsProviders"].append(systemd_secrets) config["www"].setdefault("plugins", {}) - config["www"]["plugins"].update(dict(base_react={})) config["www"].setdefault("change_hook_dialects", {}) for backend in backends.values(): diff --git a/nix/master.nix b/nix/master.nix index 87dfd5a..310d371 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -408,7 +408,7 @@ in ps.treq ps.psycopg2 (ps.toPythonModule cfg.buildbotNixpkgs.buildbot-worker) - cfg.buildbotNixpkgs.buildbot-plugins.www-react + cfg.buildbotNixpkgs.buildbot-plugins.www (cfg.buildbotNixpkgs.python3.pkgs.callPackage ../default.nix { }) (cfg.buildbotNixpkgs.python3.pkgs.callPackage ./buildbot-gitea.nix { inherit (cfg.buildbotNixpkgs) buildbot;