mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-12 20:11:08 +01:00
tests/all-package-defaults: disable verible on aarch64-linux
This commit is contained in:
parent
480d35cc76
commit
abd3e966f3
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ let
|
|||
"haxe"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# 2025-12-10: dependency bazel fails with:
|
||||
# error: Please expand list of system with defaultLib for 'aarch64-linux'
|
||||
"verible"
|
||||
|
||||
# "tabnine"
|
||||
"cmp-tabnine"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue