From 9c46dc881c2afcb50ac9ae9f1c36b2a4ebba3c8a Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 27 Apr 2025 20:15:17 -0500 Subject: [PATCH] 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. --- modules/programs/firefox/mkFirefoxModule.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/programs/firefox/mkFirefoxModule.nix b/modules/programs/firefox/mkFirefoxModule.nix index 782ced931..2308928f8 100644 --- a/modules/programs/firefox/mkFirefoxModule.nix +++ b/modules/programs/firefox/mkFirefoxModule.nix @@ -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;