1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 13:01:09 +01:00

mkFirefoxModule: support wrapped darwin derivations (#6913)

Wrapped firefox support was added for Darwin. We can now pass the extra parameters to wrap firefox on Darwin.
This commit is contained in:
Austin Horstman 2025-04-27 20:15:17 -05:00 committed by GitHub
parent 7b2aae3fb3
commit 9c46dc881c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,8 +190,6 @@ let
in
if package == null then
null
else if isDarwin then
package
else if isWrapped then
package.override (old: {
cfg = old.cfg or { } // fcfg;