nushell: enable aarch64-darwin build

This commit is contained in:
Pavol Rusnak 2021-05-23 18:50:22 +02:00
parent ac078761ce
commit 459fbe1931
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -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";
};