mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
tests/all-package-defaults: disable zf on x86_64-darwin (zig-hook is broken)
This commit is contained in:
parent
f193d4c1fd
commit
1f5db489ea
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ let
|
|||
|
||||
# 2025-09-16 zig/zig-hook is marked as broken
|
||||
# https://github.com/NixOS/nixpkgs/commit/bc725b12b2595951a3f4b112d59716d30b41001a
|
||||
"zf"
|
||||
"zls"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue