fix: package rename

This commit is contained in:
Ryan Yin
2025-11-11 11:02:34 +08:00
parent cd4389a40f
commit 60d1909055
5 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
# - Firefox's flatpak manifest: https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/docker/firefox-flatpak/runme.sh#l151
{
lib,
firefox-wayland,
firefox,
mkNixPak,
buildEnv,
makeDesktopItem,
@@ -23,7 +23,7 @@ let
}:
{
app = {
package = firefox-wayland;
package = firefox;
binPath = "bin/firefox";
};
flatpak.appId = appId;