diff --git a/nix/master.nix b/nix/master.nix index 369c7ca..143d2ee 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -154,9 +154,6 @@ in in "${if hasSSL then "https" else "http"}://${cfg.domain}/"; 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: [ ps.requests ps.treq