From a55b2d659efc1fc2d8846b8b6b37021d1babdc4a Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 17 Oct 2020 09:18:52 +1000 Subject: [PATCH] nushell: drop darwin workaround --- pkgs/shells/nushell/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index c3e6c5b6753..d025ed1ddcd 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -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"