mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 11:01:09 +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:
parent
86bfd52539
commit
e77eff7db2
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue