Skip to content

Commit

Permalink
Temporarily disable x86_64-darwin -> aarch64-darwin devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Aug 21, 2023
1 parent d8a2c2a commit f753e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cross-helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in rec {
"aarch64-linux"
"x86_64-linux"
] else if host == "x86_64-darwin" then [
"aarch64-darwin"
# "aarch64-darwin" # Temporarily broken. TODO: fix
"x86_64-darwin"
] else if host == "aarch64-darwin" then
[ "aarch64-darwin" ]
Expand Down

0 comments on commit f753e7b

Please sign in to comment.