mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
tests/lsp: disable "all-servers" test for darwin because of sandbox limitations
This commit is contained in:
parent
5a6ea0aa09
commit
e2bd0e5db0
1 changed files with 83 additions and 78 deletions
|
@ -70,7 +70,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
all-servers = {
|
all-servers =
|
||||||
|
pkgs.lib.optionalAttrs
|
||||||
|
# This fails on darwin
|
||||||
|
# See https://github.com/NixOS/nix/issues/4119
|
||||||
|
(!pkgs.stdenv.isDarwin)
|
||||||
|
{
|
||||||
plugins.lsp = {
|
plugins.lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue