nushell: mark tests broken on darwin

wip/little-gl
happysalada 3 years ago committed by Raphael Megzari
parent a931f70824
commit 4d8dd0afd2
  1. 5
      pkgs/shells/nushell/default.nix

@ -38,6 +38,11 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
# TODO investigate why tests are broken on darwin
# failures show that tests try to write to paths
# outside of TMPDIR
doCheck = ! stdenv.isDarwin;
checkPhase = ''
runHook preCheck
echo "Running cargo test"

Loading…
Cancel
Save