appflowy: drop x86_64-darwin support

This commit is contained in:
Emily
2026-02-18 08:17:31 +00:00
parent 83f15b24e4
commit fbe878cc86

View File

@@ -24,16 +24,15 @@
let
dist =
rec {
{
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
hash = "sha256-A8JUYzEMQH1sEKYrKZ84QZAgYbz0OvpHa3t9RIUVE9c=";
};
x86_64-darwin = {
aarch64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-LSNvFL1ud/FkzNSGk17ZqN2debnqsjlVDHd4NBjTds0=";
};
aarch64-darwin = x86_64-darwin;
}
."${stdenvNoCC.hostPlatform.system}"
or (throw "appflowy: No source for system: ${stdenvNoCC.hostPlatform.system}");