From 0ba476a4266015f278f18d74094299de74a5a111 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 12 Feb 2024 17:12:17 +0100 Subject: 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 Autosubmit: sterni Tested-by: BuildkiteCI --- third_party/nixpkgs/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 747cf5a114..0db42f1540 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -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 = _: _: { -- cgit 1.4.1