chore(3p/sources): Bump channels & overlays

* SBCL issue resolved in 2.4.1 which is included in channel.

* Need to disable the tests of libgit2 1.5 (needed by cargo-audit).
  Before this bump they weren't executed either.

* Adjust to rename of overrideScope' -> overrideScope (lib.makeScope).

* tdlib: 1.8.23 -> 1.8.24

Change-Id: I2e1e23c8f20c26c4f9daa01c4d278b4f0e80da92
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10810
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
This commit is contained in:
sterni 2024-02-12 17:12:17 +01:00 committed by clbot
parent 98b89e53e2
commit 0ba476a426
3 changed files with 30 additions and 29 deletions

View file

@ -49,10 +49,7 @@ let
# Overlay for packages that should come from the stable channel
# instead (e.g. because something is broken in unstable).
# Use `stableNixpkgs` from above.
stableOverlay = _unstableSelf: unstableSuper: {
# weird memory access issues in SBCL on AMD; 2024-02-01
sbcl = stableNixpkgs.sbcl;
};
stableOverlay = _unstableSelf: unstableSuper: { };
# Overlay to expose the nixpkgs commits we are using to other Nix code.
commitsOverlay = _: _: {