fix(firefox): use mkDefault for profileVersion in mkFirefoxModuleCompat

This commit is contained in:
Felix Schröter 2025-02-13 23:14:24 +01:00
parent 74f96db85f
commit 266e4841e8
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -61,7 +61,7 @@ in
{ } { }
// lib.setAttrByPath modulePath { // lib.setAttrByPath modulePath {
# Tor & Mullvad Browser don't support profile version 2 yet # Tor & Mullvad Browser don't support profile version 2 yet
profileVersion = null; profileVersion = lib.mkDefault null;
} }
); );
} }