about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r--third_party/overlays/tvl.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index fab8c7c0ea..f637847355 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -39,4 +39,7 @@ self: super: {
       patches = old.patches ++ [ ./patches/notmuch-dottime.patch ];
     };
   });
+
+  # Use latest SBCL, nixpkgs hasn't upgraded yet
+  sbcl = self.sbcl_2_1_8;
 }