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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"