summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2020-09-05 14:05:52 -0700
committerCole Mickens <cole.mickens@gmail.com>2020-09-05 14:13:42 -0700
commit6668937f5705e1f65db7e31e7ecd962b9640b9f4 (patch)
tree743174a6c00aebecc8b160f0d374034f38925478 /pkgs/shells
parent8bbf96d7f9d7997f30b0d8c166c05f2399a0d0e8 (diff)
nushell: enable for aarch64
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index dd7b462af358..09d2f6aac1a5 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -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 = {