mirror of
https://github.com/numtide/flake-utils.git
synced 2025-03-13 20:28:42 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue