nushell: drop darwin workaround

This commit is contained in:
zowoq 2020-10-17 09:18:52 +10:00
parent c5cf0c297f
commit a55b2d659e

View file

@ -36,11 +36,6 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
# Remove after https://github.com/NixOS/nixpkgs/pull/97000 lands into master
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
unset SDKROOT
'';
checkPhase = ''
runHook preCheck
echo "Running cargo test"