firefox: force extension file linking
(cherry picked from commit b9d4f55228
)
This commit is contained in:
parent
7aa2bd5bf4
commit
b78b5fa4a0
|
@ -286,6 +286,7 @@ in
|
|||
"${profilesPath}/${profile.path}/extensions" = mkIf (cfg.extensions != []) {
|
||||
source = "${extensionsEnvPkg}/share/mozilla/${extensionPath}";
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue