From 22375a240452ce831dd1fd65dc9d627909205ec9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 24 Oct 2025 17:08:05 +0200 Subject: [PATCH] tests/all-package-defaults: disable hardhat.nvim on aarch64-linux --- tests/all-package-defaults.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index cf0db72e..b94cb303 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -40,6 +40,7 @@ let # luajitPackages.neotest is flaky: (temporarily?) disable tests that depend on it "compiler.nvim" + "hardhat.nvim" "neotest-bash" "neotest-ctest" "neotest-dart"