From e77eff7db2b5b644e03eeb2ae1dd68d1fc995d43 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 19 Sep 2025 16:09:42 +0200 Subject: [PATCH] tests/all-package-defaults: disable aider.nvim on aarch64-linux (hm build failure) https://github.com/NixOS/nixpkgs/pull/444018 --- tests/all-package-defaults.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index ba3165ea..db99d797 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -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"