may I finally rest in peace
This commit is contained in:
parent
8b0378ad2d
commit
85d258d845
1 changed files with 7 additions and 1 deletions
|
@ -75,5 +75,11 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
sandboxed-firefox-esr.config.env;
|
||||
sandboxed-firefox-esr.config.env.overrideAttrs (old: {
|
||||
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;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue