From aab994e0dc02c90fec928bca27d373f0cbea0d40 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 8 Feb 2022 03:08:19 +0300 Subject: fix(tazjin/emacs): Enable telega check in CI again Change-Id: Ia7b6921c1272dd6fe7ea81bd103ffa17bba1a922 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5255 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- users/tazjin/emacs/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index 08ff76c00c..f7fc77be70 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -163,10 +163,8 @@ pkgs.makeOverridable # Expose telega/tdlib version check as a target that is built in # CI. - # - # TODO(tazjin): uncomment when telega works again inherit tdlibCheck; - # meta.targets = [ "tdlibCheck" ]; + meta.ci.targets = [ "tdlibCheck" ]; }) null identity -- cgit 1.4.1