From d0879528a63d927b4d571ed9242b8ab9b7f2fda8 Mon Sep 17 00:00:00 2001 From: sandydoo Date: Mon, 6 Mar 2023 20:06:28 +0000 Subject: Patch hercules-ci-agent to support cachix 1.3 --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4b52ea1afc10..4884fa55cb97 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1574,6 +1574,12 @@ self: super: { servant-swagger-ui-core = doJailbreak super.servant-swagger-ui-core; hercules-ci-agent = lib.pipe super.hercules-ci-agent [ + (appendPatch (fetchpatch { + name = "hercules-ci-agent-support-cachix-1.3.patch"; + url = "https://github.com/hercules-ci/hercules-ci-agent/pull/500.diff"; + sha256 = "sha256-ErrFvzB1NiIJLpsP2wfx5CX8DnH1x5i/ijQZEeuOzeI="; + relative = "hercules-ci-agent"; + })) (self.generateOptparseApplicativeCompletions [ "hercules-ci-agent" ]) ]; -- cgit v1.2.3