From 4d5fdb781d9893e3dcd5ea030ad24e3fd52b06e7 Mon Sep 17 00:00:00 2001 From: sterni Date: Sun, 23 Oct 2022 02:32:24 +0200 Subject: chore(3p/sources): Bump channels & overlays * //users/grfn/system/home/modules: The MultiMC saga continues with: > PolyMC has been removed from nixpkgs due to a hostile takeover > by a rogue maintainer. The rest of the maintainers have made a > fork which is packaged as 'prismlauncher'. * //third_party/overlays: Override tdlib to 1.8.7 while waiting for nixpkgs to catch up. * //users/tazjin/finito: Disable on CI temporarily as it has been broken by some change in nixpkgs, now failing to compile a dependency. Change-Id: Ide038a8d466bfdc19dc9016beb03ae4817939a2b Reviewed-on: https://cl.tvl.fyi/c/depot/+/7066 Reviewed-by: tazjin Reviewed-by: grfn Autosubmit: sterni Tested-by: BuildkiteCI --- users/tazjin/finito/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/tazjin/finito') diff --git a/users/tazjin/finito/default.nix b/users/tazjin/finito/default.nix index e50ac32be452..9a39591eab1d 100644 --- a/users/tazjin/finito/default.nix +++ b/users/tazjin/finito/default.nix @@ -2,4 +2,8 @@ depot.third_party.naersk.buildPackage { src = ./.; + + # Got broken by a rustc update (?) + # https://buildkite.com/tvl/depot/builds/17910#01841493-dc42-44f8-b904-32bf3d835485 + meta.ci.skip = true; } -- cgit 1.4.1