firefox-bin: add linux-aarch64 to mozillaPlatforms

This commit is contained in:
Cole Mickens
2025-03-04 13:02:40 -08:00
parent 5c1672fd4c
commit 9b617fcc72
@@ -32,6 +32,7 @@ let
mozillaPlatforms = {
i686-linux = "linux-i686";
x86_64-linux = "linux-x86_64";
aarch64-linux = "linux-aarch64";
};
arch = mozillaPlatforms.${stdenv.hostPlatform.system};