Revert "Revert "add aarch64-darwin as default system (#40)"" (#41)

This reverts commit acfb1951f0.

This commit was reverted because of ghc is broken on aarch64-darwin.
This is however the wrong conclusion if one package is broken on darwin
than it should be not exposed in a flake or marked as broken accordingly.
This commit is contained in:
Jörg Thalheim 2021-08-20 18:38:52 +01:00 committed by GitHub
parent acfb1951f0
commit 997f7efcb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"