From 298fe5a72a5d58175882f7564c513400355e053d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 21 Mar 2024 10:42:37 +0100 Subject: [PATCH] Revert "drop buildbot secret patch" This reverts commit c23b6e3c5fae2777de28f20c326a4f12196268ed. --- nix/master.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/master.nix b/nix/master.nix index 6383d5e..3d37e48 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -178,6 +178,9 @@ 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