feat(nix): add darwin support

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2023-08-04 11:55:31 -04:00
parent 75c7df46a7
commit eeb5fdbc9f
3 changed files with 51 additions and 44 deletions

View File

@ -25,8 +25,7 @@
systems = [
"x86_64-linux"
"aarch64-linux"
# Disabled due to our packages not supporting darwin yet.
# "x86_64-darwin"
# "aarch64-darwin"
"x86_64-darwin"
"aarch64-darwin"
];
}