mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01: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 = [
|
||||
"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 = [
|
||||
|
|
Loading…
Reference in a new issue