fix(nvim): disable neotest check phase
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user