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
|
# The list of systems supported by nixpkgs and hydra
|
||||||
defaultSystems = [
|
defaultSystems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
"aarch64-darwin"
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|
Loading…
Reference in New Issue