Skip to content

Commit

Permalink
luaPackages.neotest: disable checks on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 24, 2024
1 parent fe8bee0 commit a4080b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lua-modules/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ in
});

neotest = prev.neotest.overrideAttrs(oa: {
doCheck = true;
doCheck = stdenv.isLinux;
nativeCheckInputs = oa.nativeCheckInputs ++ [
final.nlua final.busted neovim-unwrapped
];
Expand Down

0 comments on commit a4080b7

Please sign in to comment.