summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-06 11:48:38 -0400
committerGitHub <noreply@github.com>2021-10-06 11:48:38 -0400
commit857707a47d1840732135399544e33547dc96cbbc (patch)
tree96c2f4611644932ac4ac1c32007921a35905acf2
parentc7b6b7ccdb44aaeaa5cbe5189abbda7d1fcaf405 (diff)
parent60d3ef048401840d0a633c046e293c78fef29cb8 (diff)
downloadnixpkgs-857707a47d1840732135399544e33547dc96cbbc.tar
nixpkgs-857707a47d1840732135399544e33547dc96cbbc.tar.gz
nixpkgs-857707a47d1840732135399544e33547dc96cbbc.tar.bz2
nixpkgs-857707a47d1840732135399544e33547dc96cbbc.tar.lz
nixpkgs-857707a47d1840732135399544e33547dc96cbbc.tar.xz
nixpkgs-857707a47d1840732135399544e33547dc96cbbc.tar.zst
nixpkgs-857707a47d1840732135399544e33547dc96cbbc.zip
Merge pull request #140768 from zimbatm/lib-system-aarch64-darwin
lib.systems.supported.tier3: add aarch64-darwin
-rw-r--r--lib/systems/supported.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/supported.nix b/lib/systems/supported.nix
index 60bf3074134..ef429454f04 100644
--- a/lib/systems/supported.nix
+++ b/lib/systems/supported.nix
@@ -16,6 +16,7 @@ rec {
   ];
 
   tier3 = [
+    "aarch64-darwin"
     "armv6l-linux"
     "armv7l-linux"
     "i686-linux"