discord: drop x86_64-darwin support

This commit is contained in:
Emily
2026-07-12 17:10:06 +01:00
parent 16c2510653
commit d4dfed7be3
@@ -35,7 +35,7 @@ let
self = discord-development;
};
};
x86_64-darwin = {
aarch64-darwin = {
discord = rec {
branch = "stable";
binaryName = desktopName;
@@ -62,7 +62,6 @@ let
};
};
aarch64-darwin = x86_64-darwin;
default = x86_64-linux; # Used for unsupported platforms, so we can return *something* there.
};
@@ -81,7 +80,6 @@ let
];
platforms = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-darwin"
];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];