mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
feat: un-deprecate darwin as zig is no longer marked as broken
This commit is contained in:
parent
65dac29597
commit
b5d5700fcc
1 changed files with 2 additions and 5 deletions
|
@ -10,11 +10,8 @@
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
"x86_64-darwin"
|
||||||
# FIXME: zig compiler - therefore the maximal version - is broken on darwin
|
"aarch64-darwin"
|
||||||
# see https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/zig/0.10.nix#L70
|
|
||||||
# "x86_64-darwin"
|
|
||||||
# "aarch64-darwin"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue