feat: un-deprecate darwin as zig is no longer marked as broken

This commit is contained in:
NotAShelf 2023-06-11 16:18:37 +03:00
parent 65dac29597
commit b5d5700fcc
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 2 additions and 5 deletions

View File

@ -10,11 +10,8 @@
systems = [
"x86_64-linux"
"aarch64-linux"
# FIXME: zig compiler - therefore the maximal version - is broken on darwin
# see https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/zig/0.10.nix#L70
# "x86_64-darwin"
# "aarch64-darwin"
"x86_64-darwin"
"aarch64-darwin"
];
imports = [