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

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

This reverts commit e77eff7db2.

The issue was fixed in https://github.com/NixOS/nixpkgs/pull/444320
This commit is contained in:
Gaetan Lepage 2025-09-22 16:20:11 +02:00 committed by Gaétan Lepage
parent e7cae3c3c1
commit f828dead77

View file

@ -20,10 +20,6 @@ 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"