forked from mirrors/nixpkgs
nushell: enable for aarch64
This commit is contained in:
parent
8bbf96d7f9
commit
6668937f57
|
@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://www.nushell.sh/";
|
homepage = "https://www.nushell.sh/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ filalex77 johntitor marsam ];
|
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 = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue