Revert "drop buildbot secret patch"

This reverts commit c23b6e3c5f.
This commit is contained in:
Jörg Thalheim 2024-03-21 10:42:37 +01:00
parent 898ea7e392
commit 298fe5a72a

View file

@ -178,6 +178,9 @@ in
in in
"${if hasSSL then "https" else "http"}://${cfg.domain}/"; "${if hasSSL then "https" else "http"}://${cfg.domain}/";
dbUrl = config.services.buildbot-nix.master.dbUrl; dbUrl = config.services.buildbot-nix.master.dbUrl;
package = (pkgs.buildbot.overrideAttrs (old: {
patches = old.patches ++ [ ./0001-allow-secrets-to-be-group-readable.patch ];
}));
pythonPackages = ps: [ pythonPackages = ps: [
ps.requests ps.requests
ps.treq ps.treq