on my last piece of copium
This commit is contained in:
parent
ff58e2ef67
commit
2f0080c81f
1 changed files with 8 additions and 10 deletions
|
@ -75,15 +75,13 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
sandboxed-firefox-esr.config.env.overrideAttrs (old: {
|
||||
passthru = (old.passthru or {}) // {
|
||||
browserName = "firefox";
|
||||
enableOfficialBranding = true;
|
||||
override = args: sandboxed-firefox-esr.config.env.override (old: {
|
||||
extraPrefsFiles = args.extraPrefsFiles or old.extraPrefsFiles or [];
|
||||
nativeMessagingHosts = args.nativeMessagingHosts or old.nativeMessagingHosts or [];
|
||||
inherit (args) cfg;
|
||||
});
|
||||
prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
||||
browserName = "firefox";
|
||||
pname = "firefox-esr-sandboxed";
|
||||
desktopName = "Firefox ESR (Sandboxed)";
|
||||
|
||||
extraPolicies = {
|
||||
DisableAppUpdate = true;
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue