about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/emacs/default.nix4
1 files changed, 1 insertions, 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