mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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:
parent
18124f5eeb
commit
189ae51b02
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue