mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
tests/all-package-defaults: disable zls on x86_64-darwin
This commit is contained in:
parent
d362e5df6e
commit
701b6fa0dd
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ let
|
|||
|
||||
# python3Packages.sentence-transformers hangs forever
|
||||
"vectorcode"
|
||||
|
||||
# 2025-09-16 zig/zig-hook is marked as broken
|
||||
# https://github.com/NixOS/nixpkgs/commit/bc725b12b2595951a3f4b112d59716d30b41001a
|
||||
"zls"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
||||
# As of 2025-07-25, zig-zlint is failing on aarch64-darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue