firefox/wrapper.nix: Fixed firefox is always 'managed by your organization'

This commit is contained in:
Luis Hebendanz 2021-04-10 01:46:18 +02:00
parent 4795e7f3a9
commit 94d7d46e20

View File

@ -115,8 +115,7 @@ let
};
}
) {} extensions;
} //
{
} // lib.optionalAttrs usesNixExtensions {
Extensions = {
Install = lib.foldr (e: ret:
ret ++ [ "${e.outPath}/${e.extid}.xpi" ]