Merge pull request #124174 from prusnak/nushell

nushell: enable aarch64-darwin build
This commit is contained in:
Pavol Rusnak 2021-05-23 23:23:02 +02:00 committed by GitHub
commit 82035ff745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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