about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-12-20 02:07:35 +0100
committerGitHub <noreply@github.com>2022-12-20 02:07:35 +0100
commit144b059ad3dd1961a32d99d5836158ebd7d14c61 (patch)
tree5131f41d75fc6b17fef5e39c3887d814aaa43ba8 /pkgs/development
parent0d2eab489a18f2bba79e86833bc49961f4b50c1b (diff)
parentb81c610ae44efc47d935ae3d4dbc492edf6beeca (diff)
Merge pull request #206950 from hercules-ci/fix-hercules-ci-agent-cachix-1.1
Fix hercules ci agent for cachix 1.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8267a47ff7e90..21da355e546f8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -12,7 +12,7 @@
 { pkgs, haskellLib }:
 
 let
-  inherit (pkgs) fetchpatch lib;
+  inherit (pkgs) fetchpatch fetchpatch2 lib;
   inherit (lib) throwIfNot versionOlder;
 in
 
@@ -1733,6 +1733,14 @@ self: super: {
         sha256 = "sha256-0dtmNL1rqzeXvXWinfANc57a5LIM3uNnhR3A+p8mH0A=";
         stripLen = 1;
       })
+      # haskell-updates branch, will be merged in 0.9.10
+      (fetchpatch2 {
+        name = "hercules-ci-agent-cachix-1.1";
+        url = "https://github.com/hercules-ci/hercules-ci-agent/commit/b76d888548da37a96ae47f1be871de6605d38edd.patch";
+        sha256 = "sha256-kqEkDHbatcYS8LuQlGV/1j/6LXWviQoDQAHDr6DBbDU=";
+        stripLen = 1;
+        includes = [ "*.hs" ];
+      })
     ])
     (self.generateOptparseApplicativeCompletions [ "hercules-ci-agent" ])
   ];