Skip to content

Commit 6668937

Browse files
committed
nushell: enable for aarch64
1 parent 8bbf96d commit 6668937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/shells/nushell/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
5151
homepage = "https://www.nushell.sh/";
5252
license = licenses.mit;
5353
maintainers = with maintainers; [ filalex77 johntitor marsam ];
54-
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
54+
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
5555
};
5656

5757
passthru = {

0 commit comments

Comments
 (0)