diff options
author | sterni <sternenseemann@systemli.org> | 2022-05-04T14·02+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-04T16·18+0000 |
commit | 5fae8b08266a4fd7f24ed3eddc914e61a45cee9a (patch) | |
tree | 859873837e8ae1a762788a1b99f59363b407b4cd /third_party/cgit | |
parent | e42fd0d611b981f901c9ef37494f66dc4045d223 (diff) |
chore(3p/sources): Bump channels & overlays r/4003
* //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 <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/cgit')
-rw-r--r-- | third_party/cgit/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/cgit/default.nix b/third_party/cgit/default.nix index 55aaa02f32d4..e07bebee867b 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 }; } |