mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 19:11:08 +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"
|
"php-cs-fixer"
|
||||||
]
|
]
|
||||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||||
|
# 2025-09-19 build failure
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/444018
|
||||||
|
"aider.nvim"
|
||||||
|
|
||||||
# "tabnine"
|
# "tabnine"
|
||||||
"cmp-tabnine"
|
"cmp-tabnine"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue