about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-12-19T10·40+0100
committerclbot <clbot@tvl.fyi>2022-12-24T12·42+0000
commit16db185d97ecb5e2de308e4f927aa007f24df24c (patch)
treedea8b058af92fda4d3f27b63e2833a61a6362cf8 /third_party/overlays
parent835ea6ca7db3b2b22a3cc9e323132b2769af235d (diff)
chore(3p/sources): Bump channels & overlays r/5481
* //third_party/overlays/tvl: remove SBCL override, as SBCL 2.2.11 fixes
  the bug we were running into.

* //fun/gemma: use historical nixpkgs for everything due to ABI
  incompatibilities triggered by preloaded libredirect.so wanting
  GLIBC_2.34 which is not available in elm-make.

Change-Id: I465f0366413856e45ddd1e67fc9d732075e2f3c5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7595
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/tvl.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index c3dafb5499..2d20264ff6 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -92,10 +92,6 @@ in
     };
   });
 
-  # SBCL 2.2.10 breaks lisp-binary somehow
-  # https://github.com/j3pic/lisp-binary/issues/59
-  sbcl = self.sbcl_2_2_9;
-
   # nix-serve does not work with nix 2.4
   # https://github.com/edolstra/nix-serve/issues/28
   nix-serve = super.nix-serve.override { nix = super.nix_2_3; };