firefox: fix wrapper autoconfig semicolon (#385309)

This commit is contained in:
Martin Weinelt
2025-02-27 04:25:43 +01:00
committed by GitHub
@@ -147,7 +147,7 @@ let
// to be able to install addons that do not have an extid
// Security is maintained because only user whitelisted addons
// with a checksum can be installed
${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false)'' };
${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false);'' }
'';
#############################