summary refs log tree commit diff
path: root/lib/systems/supported.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2021-10-06 17:25:23 +0200
committerzimbatm <zimbatm@zimbatm.com>2021-10-06 17:27:32 +0200
commit60d3ef048401840d0a633c046e293c78fef29cb8 (patch)
tree96c2f4611644932ac4ac1c32007921a35905acf2 /lib/systems/supported.nix
parentc7b6b7ccdb44aaeaa5cbe5189abbda7d1fcaf405 (diff)
downloadnixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.tar
nixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.tar.gz
nixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.tar.bz2
nixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.tar.lz
nixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.tar.xz
nixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.tar.zst
nixpkgs-60d3ef048401840d0a633c046e293c78fef29cb8.zip
lib.systems.supported.tier3: add aarch64-darwin
aarch64-darwin is getting built by hydra
Diffstat (limited to 'lib/systems/supported.nix')
-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"