From 235eda6649daf21825bec425eebd68da834c40ef Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 12 Feb 2022 19:35:34 +0100 Subject: chore(3p/sources): Bump channels & overlays * //nix/buildLisp: re-enable CCL, as the crash has been fixed upstream, although it is unclear what exactly caused / fixed it. * //ops/whitby: the kitty build broke upstream, so we can't install the terminfo on whitby for a bit. Change-Id: I5710acbe837fbc936e334b2e81f9cf00ed6ae280 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5274 Tested-by: BuildkiteCI Reviewed-by: tazjin --- nix/buildLisp/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix') diff --git a/nix/buildLisp/default.nix b/nix/buildLisp/default.nix index 13c215a467..a8168334a7 100644 --- a/nix/buildLisp/default.nix +++ b/nix/buildLisp/default.nix @@ -154,8 +154,7 @@ let let implementation = old.implementation or defaultImplementation; brokenOn = old.brokenOn or [ ]; - # TODO(sterni): figure out why ccl stopped working and re-add the targets for it - targets = lib.subtractLists (brokenOn ++ [ "ccl" implementation.name ]) + targets = lib.subtractLists (brokenOn ++ [ implementation.name ]) (builtins.attrNames impls); in { -- cgit 1.4.1