Skip to content

Commit f04afc5

Browse files
authored
firefox: fix wrapper autoconfig semicolon (#385309)
2 parents 842fbe3 + 0b6fadd commit f04afc5

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/browsers/firefox

1 file changed

+1
-1
lines changed

pkgs/applications/networking/browsers/firefox/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ let
147147
// to be able to install addons that do not have an extid
148148
// Security is maintained because only user whitelisted addons
149149
// with a checksum can be installed
150-
${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false)'' };
150+
${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false);'' }
151151
'';
152152

153153
#############################

0 commit comments

Comments
 (0)