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 <tvl@eta.st> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
5e61c5d246
commit
c148f89251
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ in {
|
||||||
"/var/lib/sourcegraph/data:/var/opt/sourcegraph"
|
"/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
|
# Sourcegraph needs a higher nofile limit, it logs warnings
|
||||||
# otherwise (unclear whether it actually affects the service).
|
# otherwise (unclear whether it actually affects the service).
|
||||||
|
|
Loading…
Reference in a new issue