1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-10 02:51:07 +01:00

tests/all-package-defaults: disable aider.nvim on aarch64-linux (hm build failure)

https://github.com/NixOS/nixpkgs/pull/444018
This commit is contained in:
Gaetan Lepage 2025-09-19 16:09:42 +02:00 committed by Austin Horstman
parent 86bfd52539
commit e77eff7db2

View file

@ -20,6 +20,10 @@ let
"php-cs-fixer"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# 2025-09-19 build failure
# https://github.com/NixOS/nixpkgs/pull/444018
"aider.nvim"
# "tabnine"
"cmp-tabnine"