This commit is contained in:
caem 2025-01-25 02:04:15 +01:00
parent 0cafdfdee0
commit e3bac4fa48
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -6,7 +6,9 @@
firefox-esr = let
sandboxed-firefox-esr = prev.mkNixPak {
config = { sloth, ... }: {
app.package = prev.firefox-esr-unwrapped;
app.package = prev.firefox-esr-unwrapped.override {
privateLib = true;
};
app.binPath = "bin/firefox-esr";
flatpak.appId = "org.mozilla.firefox";