about summary refs log tree commit diff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-17 09:18:52 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-22 11:24:37 +1000
commita55b2d659efc1fc2d8846b8b6b37021d1babdc4a (patch)
treebccc1158f9bdf3fc9254965619d3d1f411a7ed7c /pkgs/shells/nushell
parentc5cf0c297fce8d012c5166968ceb5e5948d26687 (diff)
nushell: drop darwin workaround
Diffstat (limited to 'pkgs/shells/nushell')
-rw-r--r--pkgs/shells/nushell/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index c3e6c5b67539c..d025ed1ddcd89 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"