From 5ccb57eab75c79e0dd130f5a2507b25318acfacf Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 23 Jan 2026 09:41:29 -0600 Subject: [PATCH] tests/plugins/efmls-configs: skip broken tools --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-sources/plugins/by-name/efmls-configs/default.nix b/tests/test-sources/plugins/by-name/efmls-configs/default.nix index 39494981..52cc5175 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -22,6 +22,10 @@ ]; brokenTools = [ + # TODO: 2026-01-23: dmd build failure with gcc 15 (nullptr identifier) + "dfmt" + "dmd" + # 2025-12-24: phpPackages.php-codesniffer is broken # https://github.com/NixOS/nixpkgs/pull/459254#issuecomment-3689578764 "phpcbf"