From 0cef34c889280899ae1959d17b4b7b0dd62f85d3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 15 Feb 2024 10:55:32 +0100 Subject: [PATCH] tests/lsp: re-enable ols --- tests/test-sources/plugins/lsp/_lsp.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index 88d23196..7233cd85 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -130,11 +130,7 @@ (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 - # 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"); + && !pkgs.stdenv.isDarwin; omnisharp.enable = true; perlpls.enable = true; pest_ls.enable = true;