switch to www package back
This commit is contained in:
parent
5163434da6
commit
0b301f0782
|
@ -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():
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue