firefox: force extension file linking

(cherry picked from commit b9d4f55228)
This commit is contained in:
Robert Helgesson 2020-03-17 22:37:06 +01:00
parent 7aa2bd5bf4
commit b78b5fa4a0
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ in
"${profilesPath}/${profile.path}/extensions" = mkIf (cfg.extensions != []) {
source = "${extensionsEnvPkg}/share/mozilla/${extensionPath}";
recursive = true;
force = true;
};
})
);