From c23b6e3c5fae2777de28f20c326a4f12196268ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 6 Dec 2023 09:00:14 +0100 Subject: [PATCH] drop buildbot secret patch --- nix/master.nix | 3 --- 1 file changed, 3 deletions(-) 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