From c148f8925185734b9218023a31f177a933663776 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 11 Sep 2021 16:57:48 +0300 Subject: fix(sourcegraph): Temporarily comment out our syntax highlighter We changed away from the default sourcegraph one because it didn't support Nix, but it seems that there's been a change in the interaction protocol. Change-Id: I3a2691df6a87672cf83b819143f25d93d9cd6d13 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3531 Tested-by: BuildkiteCI Reviewed-by: eta Reviewed-by: sterni --- ops/modules/sourcegraph.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ops/modules/sourcegraph.nix b/ops/modules/sourcegraph.nix index 55a79f7ee3..ba4365e1f8 100644 --- a/ops/modules/sourcegraph.nix +++ b/ops/modules/sourcegraph.nix @@ -45,7 +45,8 @@ in { "/var/lib/sourcegraph/data:/var/opt/sourcegraph" ]; - environment.SRC_SYNTECT_SERVER = "http://172.17.0.1:${toString cfg.cheddarPort}"; + # TODO(tazjin): Figure out what changed in the protocol. + # environment.SRC_SYNTECT_SERVER = "http://172.17.0.1:${toString cfg.cheddarPort}"; # Sourcegraph needs a higher nofile limit, it logs warnings # otherwise (unclear whether it actually affects the service). -- cgit 1.4.1