Merge pull request #222 from nix-community/react
switch to www package back
This commit is contained in:
commit
b896d5fb7f
|
@ -901,7 +901,6 @@ class NixConfigurator(ConfiguratorBase):
|
||||||
config["secretsProviders"].append(systemd_secrets)
|
config["secretsProviders"].append(systemd_secrets)
|
||||||
|
|
||||||
config["www"].setdefault("plugins", {})
|
config["www"].setdefault("plugins", {})
|
||||||
config["www"]["plugins"].update(dict(base_react={}))
|
|
||||||
|
|
||||||
config["www"].setdefault("change_hook_dialects", {})
|
config["www"].setdefault("change_hook_dialects", {})
|
||||||
for backend in backends.values():
|
for backend in backends.values():
|
||||||
|
|
|
@ -408,7 +408,7 @@ in
|
||||||
ps.treq
|
ps.treq
|
||||||
ps.psycopg2
|
ps.psycopg2
|
||||||
(ps.toPythonModule cfg.buildbotNixpkgs.buildbot-worker)
|
(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 ../default.nix { })
|
||||||
(cfg.buildbotNixpkgs.python3.pkgs.callPackage ./buildbot-gitea.nix {
|
(cfg.buildbotNixpkgs.python3.pkgs.callPackage ./buildbot-gitea.nix {
|
||||||
inherit (cfg.buildbotNixpkgs) buildbot;
|
inherit (cfg.buildbotNixpkgs) buildbot;
|
||||||
|
|
Loading…
Reference in a new issue