Patch hercules-ci-agent to support cachix 1.3

This commit is contained in:
sandydoo 2023-03-06 20:06:28 +00:00 committed by Domen Kožar
parent 740395e1d3
commit d0879528a6

View file

@ -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" ])
];