From 0b301f07822f50a1657ad8b8e69e11a7459b737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 14 Jul 2024 04:50:10 +0200 Subject: [PATCH] switch to www package back --- buildbot_nix/__init__.py | 1 - nix/master.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;