chore(3p): bump NixOS channels to 2021-09-11

* 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>
This commit is contained in:
sterni 2021-09-11 15:59:52 +02:00
parent 48091a3416
commit a63057414d
2 changed files with 9 additions and 6 deletions

View file

@ -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;
}