about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-11-15T23·28+0100
committersterni <sternenseemann@systemli.org>2021-11-16T10·37+0000
commit0eee1eaf51387b4458fa6edcf76ac77c10038b9d (patch)
tree5291d9ce4c9ff6d3f737e7e490521f9943ae1659
parent12eed85374683aaa28d51c7d6c4eb1c1fe3f4518 (diff)
chore(3p/overlays/tvl): drop override for sbcl r/3073
nixpkgs has upgraded to SBCL 2.1.9 in the meantime, so dropping the
override will ensure that we keep pace with upstream going forward,
instead of ending up with an out-of-date SBCL.

Change-Id: I5e04532d5ef653de4ec083deee9c9a72522daaf1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3881
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r--third_party/overlays/tvl.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index ccf64924a2..8ba3c41a60 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -52,9 +52,6 @@ self: super: {
     };
   });
 
-  # Use latest SBCL, nixpkgs hasn't upgraded yet
-  sbcl = self.sbcl_2_1_9;
-
   # Fix Steam issues with web views (nixpkgs#137279)
   steam = super.steam.override {
     extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ];