1
0
Fork 1
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:
Austin Horstman 2024-09-24 15:07:23 -05:00 committed by Gaétan Lepage
parent bca8954e14
commit fe866c653c

View file

@ -555,7 +555,7 @@ in
});
neotest = prev.neotest.overrideAttrs(oa: {
doCheck = true;
doCheck = stdenv.isLinux;
nativeCheckInputs = oa.nativeCheckInputs ++ [
final.nlua final.busted neovim-unwrapped
];