1
0
Fork 0
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:
Gaetan Lepage 2025-12-10 21:56:11 +01:00 committed by Matt Sturgeon
parent 480d35cc76
commit abd3e966f3

View file

@ -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"