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:
parent
acfb1951f0
commit
997f7efcb7
|
@ -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