fix(nix): disable x86_64-darwin

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-07-26 14:47:47 -04:00
parent 1974bb7e59
commit 342a0d0091
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -24,9 +24,9 @@
# Supported systems. # Supported systems.
systems = [ systems = [
"x86_64-linux" "x86_64-linux"
"x86_64-darwin"
"aarch64-linux" "aarch64-linux"
# Disabled due to qtbase being currently broken for "aarch64-darwin." # Disabled due to our packages not supporting darwin yet.
# "x86_64-darwin"
# "aarch64-darwin" # "aarch64-darwin"
]; ];
} }