nushell: enable for aarch64

This commit is contained in:
Cole Mickens 2020-09-05 14:05:52 -07:00
parent 8bbf96d7f9
commit 6668937f57
No known key found for this signature in database
GPG key ID: B475C2955744A019

View file

@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://www.nushell.sh/";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 johntitor marsam ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
};
passthru = {