Revert "add aarch64-darwin as default system (#40)"
This reverts commit c5d161cc0a
.
This won't work if nixpkgs isn't also up to speed with aarch64-darwin.
This commit is contained in:
parent
c5d161cc0a
commit
acfb1951f0
|
@ -2,7 +2,6 @@ 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