diff options
Diffstat (limited to 'third_party/overlays')
-rw-r--r-- | third_party/overlays/tvl.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index c3dafb549912..2d20264ff6db 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; }; |