Refactor the whole configuration #1
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
||||||
firefox-esr = let
|
firefox-esr = let
|
||||||
intermediary-firefox-esr = prev.firefox-esr.overrideAttrs (oldAttrs: {
|
intermediary-firefox-esr = prev.firefox-esr.overrideAttrs (oldAttrs: {
|
||||||
postInstall = (oldAttrs.postInstall or "") + ''
|
postInstall = (oldAttrs.postInstall or "") + ''
|
||||||
mkdir -p $out/lib/firefox/policies
|
cp "${cfgPath}/modules/nixos/multimedia/web/firefox/polcies.json" $out/lib/distribution/policies.json
|
||||||
cp "${cfgPath}/modules/nixos/multimedia/web/firefox/polcies.json" $out/lib/firefox/policies/policies.json
|
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue