copium
This commit is contained in:
parent
0cafdfdee0
commit
e3bac4fa48
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue