From 6efd536381ef936202e11f6ba66297f950a5b8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 13 Jul 2024 02:14:20 +0200 Subject: [PATCH] remove unused fixPatch --- nix/master.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nix/master.nix b/nix/master.nix index 6daf4fa..8852cbd 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -410,19 +410,10 @@ in "${if hasSSL then "https" else "http"}://${cfg.domain}/"; dbUrl = config.services.buildbot-nix.master.dbUrl; package = - let - fixPatch = { patch, name }: - pkgs.runCommand "${name}.patch" { } '' - sed -r \ - 's~^(---|\+\+\+) (a|b)/master/(.+)$~\1 \2/\3~' \ - ${patch} >$out - ''; - in cfg.package.overrideAttrs (old: { patches = old.patches ++ [ ./0001-Support-per-installation-tokens-in-GithubStatusPush-.patch #; - ]; }); pythonPackages = ps: [