From 5fae8b08266a4fd7f24ed3eddc914e61a45cee9a Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 4 May 2022 16:02:59 +0200 Subject: chore(3p/sources): Bump channels & overlays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * //nix/buildLisp: ccl dumped images have fixed themselves… again * //3p/git: rebase patch on 2.36.0 * //3p/overlays/haskell: remove upstreamed workarounds * Disable everything depending on cgit temporarily, since it doesn't compile with git 2.36 yet. Change-Id: I9dc11c0846641341adbdcc7162cbf149a15fe0cb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5519 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/cgit/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/cgit/default.nix') diff --git a/third_party/cgit/default.nix b/third_party/cgit/default.nix index 55aaa02f32..e07bebee86 100644 --- a/third_party/cgit/default.nix +++ b/third_party/cgit/default.nix @@ -40,5 +40,6 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl2; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ bjornfor ]; + ci.skip = true; # needs subtree update to work with git 2.36 }; } -- cgit 1.4.1