mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
luaPackages.neotest: disable checks on darwin
This commit is contained in:
parent
bca8954e14
commit
fe866c653c
|
@ -555,7 +555,7 @@ in
|
|||
});
|
||||
|
||||
neotest = prev.neotest.overrideAttrs(oa: {
|
||||
doCheck = true;
|
||||
doCheck = stdenv.isLinux;
|
||||
nativeCheckInputs = oa.nativeCheckInputs ++ [
|
||||
final.nlua final.busted neovim-unwrapped
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue