mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
tests: disable papis test on darwin
https://github.com/NixOS/nixpkgs/issues/408528
This commit is contained in:
parent
98d9c173fc
commit
563fdaeef9
2 changed files with 9 additions and 1 deletions
|
@ -35,6 +35,11 @@
|
|||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
"cmp_tabnine"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# TODO: as of 2025-05-18, luajitPackages.luv is broken on darwin
|
||||
# https://github.com/NixOS/nixpkgs/issues/408528
|
||||
"papis"
|
||||
];
|
||||
in
|
||||
pipe config.cmpSourcePlugins [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue