From b5d5700fcc9c2237a83cb30e2c1a176794516fd7 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 11 Jun 2023 16:18:37 +0300 Subject: [PATCH] feat: un-deprecate darwin as zig is no longer marked as broken --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 6a635b1..0198f1e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [