fix(nvim): disable neotest check phase

This commit is contained in:
2026-04-21 22:24:48 +02:00
parent db2bbb86ba
commit 8f5caaed41

View File

@@ -52,6 +52,15 @@
(_final: _prev: { (_final: _prev: {
mcp-hub = inputs.mcp-hub.packages.${system}.default; mcp-hub = inputs.mcp-hub.packages.${system}.default;
}) })
(_: prev: {
luajitPackages = prev.luajitPackages.overrideScope (
_: lprev: {
neotest = lprev.neotest.overrideAttrs (_: {
doCheck = false;
});
}
);
})
]; ];
categoryDefinitions = categoryDefinitions =