1
0
Fork 0
mirror of https://github.com/numtide/flake-utils.git synced 2025-03-13 20:28:42 +00:00

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:
zimbatm 2021-08-20 17:28:30 +02:00
parent c5d161cc0a
commit acfb1951f0
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -2,7 +2,6 @@ let
# The list of systems supported by nixpkgs and hydra
defaultSystems = [
"aarch64-linux"
"aarch64-darwin"
"i686-linux"
"x86_64-darwin"
"x86_64-linux"