feat: add aarch64-darwin to supportedSystems + mark darwin as broken (#79)

For those darwin users who want to use the flake module.
This commit is contained in:
Aly Raffauf
2025-07-17 20:54:59 -04:00
committed by GitHub
parent 9aa65a267c
commit f759e11d98
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
supportedSystems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;

View File

@@ -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;
};