Update pkgs/shells/nushell/default.nix

This commit is contained in:
Sandro 2022-03-28 15:03:36 +02:00 committed by Yt
parent 54a21b8dc5
commit 3f68060ff0

View File

@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-gZ9r1Ryp5a7MjG9yM0pGCBYtM4GylZg7Sg9wCiB+SW0=";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ python3 ];