diff --git a/flake.nix b/flake.nix index 2d60bbf..3fded05 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,7 @@ supportedSystems = [ "x86_64-linux" "aarch64-linux" + "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; diff --git a/package.nix b/package.nix index 432f11e..5119271 100644 --- a/package.nix +++ b/package.nix @@ -123,6 +123,7 @@ in changelog = "https://github.com/zen-browser/desktop/releases"; sourceProvenance = with lib.sourceTypes; [binaryNativeCode]; platforms = builtins.attrNames mozillaPlatforms; + broken = stdenv.hostPlatform.isDarwin; hydraPlatforms = []; mainProgram = binaryName; };