We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 842fbe3 + 0b6fadd commit f04afc5Copy full SHA for f04afc5
pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -147,7 +147,7 @@ let
147
// to be able to install addons that do not have an extid
148
// Security is maintained because only user whitelisted addons
149
// with a checksum can be installed
150
- ${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false)'' };
+ ${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false);'' }
151
'';
152
153
#############################
0 commit comments