nushell: enable for aarch64

gstqt5
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
1 changed files with 1 additions and 1 deletions

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 = {