tests/lsp: re-enable ols

This commit is contained in:
Austin Horstman 2024-09-26 11:00:38 -05:00
parent 803bded988
commit 1e28932840
No known key found for this signature in database

View file

@ -168,10 +168,7 @@
ocamllsp.enable = true;
ols.enable =
# ols is not supported on aarch64-linux
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
# As of 2024-01-04, ols is broken on darwin
# TODO: re-enable this test when fixed
&& !pkgs.stdenv.isDarwin;
pkgs.stdenv.hostPlatform.system != "aarch64-linux";
omnisharp.enable = true;
openscad-lsp.enable = true;
perlpls.enable = true;