add aarch64-darwin as default system (#40)

This commit is contained in:
Jörg Thalheim
2021-08-18 12:06:51 +01:00
committed by GitHub
parent f7e004a55b
commit c5d161cc0a

View File

@@ -2,6 +2,7 @@ let
# The list of systems supported by nixpkgs and hydra
defaultSystems = [
"aarch64-linux"
"aarch64-darwin"
"i686-linux"
"x86_64-darwin"
"x86_64-linux"