You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the store is immutable (therefore the file in /distribution can't be modified)/and these bins don't appear to read from /etc/mozilla/firefox/policies, it would be ideal to have a way to inject some custom settings.
A web search did not reveal any clear or satisfactory ways to accomplish this all saying you need to build from source (which failed for me), or set the store to allow writing, or installing the bin from outside of Nix, or trying to inject the script into /run/user and then be picked up by Firefox afterabout:config flag is checked and browser restarted. All of these seem bad given Nix likes to have declarative config files.
The text was updated successfully, but these errors were encountered:
Which reuses the building expression from Nixpkgs, and replaces the source binary.
While this can be done without modifying Nixpkgs, I will highly suggest making it possible within Nixpkgs, such that this overlay can benefit from it as well. Otherwise, you might be able to a similar thing with overrideAttrs without modifying nor Nixpkgs nor this overlay.
Because the store is immutable (therefore the file in
/distribution
can't be modified)/and these bins don't appear to read from/etc/mozilla/firefox/policies
, it would be ideal to have a way to inject some custom settings.A web search did not reveal any clear or satisfactory ways to accomplish this all saying you need to build from source (which failed for me), or set the store to allow writing, or installing the bin from outside of Nix, or trying to inject the script into
/run/user
and then be picked up by Firefox afterabout:config
flag is checked and browser restarted. All of these seem bad given Nix likes to have declarative config files.The text was updated successfully, but these errors were encountered: