add aarch64-darwin as default system (#40)
This commit is contained in:
parent
f7e004a55b
commit
c5d161cc0a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue