a little undo
This commit is contained in:
parent
02ddef246b
commit
9a27addeac
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
{ ... }: final: prev: {
|
||||
firefox-esr = let
|
||||
sandboxed-firefox-esr = cfg: prev.mkNixPak {
|
||||
sandboxed-firefox-esr = prev.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = prev.firefox-esr.overrides cfg;
|
||||
app.package = prev.firefox-esr;
|
||||
app.binPath = "bin/firefox-esr";
|
||||
flatpak.appId = "org.mozilla.firefox";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue