mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
tests/lsp: disable ols test
This commit is contained in:
parent
8ff690705c
commit
f44d117d59
1 changed files with 5 additions and 1 deletions
|
@ -130,7 +130,11 @@
|
||||||
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
||||||
# As of 2024-01-04, ols is broken on darwin
|
# As of 2024-01-04, ols is broken on darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
&& !pkgs.stdenv.isDarwin;
|
&& !pkgs.stdenv.isDarwin
|
||||||
|
# As of 2024-02-11, ols is broken on x86_64-linux
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
# See https://github.com/NixOS/nixpkgs/pull/287577
|
||||||
|
&& (pkgs.stdenv.hostPlatform.system != "x86_64-linux");
|
||||||
omnisharp.enable = true;
|
omnisharp.enable = true;
|
||||||
perlpls.enable = true;
|
perlpls.enable = true;
|
||||||
pest_ls.enable = true;
|
pest_ls.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue