about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-09-11T13·59+0200
committersterni <sternenseemann@systemli.org>2021-09-11T16·00+0000
commita63057414df62f2b680692018fddbcbeae32f15f (patch)
tree5b941b99caa22b08db0d5609a7530bdf34a3fcc5 /third_party/overlays/tvl.nix
parent48091a3416fc9d60c1b7eb944acf88af761e8c5c (diff)
chore(3p): bump NixOS channels to 2021-09-11 r/2849
* sbcl: 2.1.2 -> 2.1.8

Change-Id: I3556d1f4c41fdaa40017cfe21c389ec121127b0c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3532
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
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;
 }