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