Update tests/test-sources/plugins/lsp/_lsp.nix to not run ols test on aarch64-linux

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Tilman Andre Mix 2023-12-22 12:55:54 +01:00 committed by Gaétan Lepage
parent 18124f5eeb
commit 189ae51b02

View file

@ -113,7 +113,7 @@
metals.enable = true;
nil_ls.enable = true;
nixd.enable = true;
ols.enable = true;
ols.enable = pkgs.stdenv.hostPlatform.system != "aarch64-linux";
omnisharp.enable = true;
perlpls.enable = true;
pest_ls.enable = true;