diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 7d4b04d3c94..a03e3eb3df5 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -55,7 +55,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://www.nushell.sh/"; license = licenses.mit; maintainers = with maintainers; [ Br1ght0ne johntitor marsam ]; - platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]; mainProgram = "nu"; };