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

wip/yesman
Luis Hebendanz 3 years ago
parent 4795e7f3a9
commit 94d7d46e20
  1. 3
      pkgs/applications/networking/browsers/firefox/wrapper.nix

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

Loading…
Cancel
Save