about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-05-23 18:50:22 +0200
committerPavol Rusnak <pavol@rusnak.io>2021-05-23 21:26:17 +0200
commit459fbe19317baabd332f9000c1f0eb1a2a6bac99 (patch)
treec37c4590ee0075c935436ea0ede0bf5f6821516e /pkgs/shells
parentac078761cef8415cbc7666b0769434c45e1cd35d (diff)
nushell: enable aarch64-darwin build
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index 7d4b04d3c94b0..a03e3eb3df56d 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -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";
   };