Update pkgs/shells/nushell/default.nix

This commit is contained in:
Sandro
2022-04-06 07:11:01 -04:00
committed by Yt
parent 54a21b8dc5
commit 3f68060ff0
-1
View File
@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-gZ9r1Ryp5a7MjG9yM0pGCBYtM4GylZg7Sg9wCiB+SW0=";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ python3 ];