my descent in to madness is complete

This commit is contained in:
caem 2025-01-24 23:40:43 +01:00
parent 86a1d9d25e
commit edb63704ab
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -75,15 +75,18 @@
};
};
};
in sandboxed.config.env // {
in sandboxed.config.env;
baseWrapped = sandboxFirefox prev.firefox-esr;
in
baseWrapped // {
inherit (prev.firefox-esr)
meta
browserName
binaryName
version;
unwrapped = prev.firefox-esr;
override = attrs: baseWrapped;
overrideAttrs = f: baseWrapped;
};
in
sandboxFirefox prev.firefox-esr;
}