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:
@@ -15,6 +15,7 @@
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
|
||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user