summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsandydoo <hey@sandydoo.me>2023-03-06 20:06:28 +0000
committerDomen Kožar <domen@dev.si>2023-03-07 06:22:46 +0000
commitd0879528a63d927b4d571ed9242b8ab9b7f2fda8 (patch)
tree749662521dd23176c9ec05dfdf0218fb2c9f8c93
parent740395e1d38f2b6201acc69c3de95a1805158425 (diff)
Patch hercules-ci-agent to support cachix 1.3
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 6 insertions, 0 deletions
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" ])
];