Unverified Commit d0e68d70 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #269515 from dpc/23-11-23-assertion-fix

wrapFirefox: fix error message
parents c80b0906 773778c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ let
      deprecatedNativeMessagingHost = option: pkg:
        if (cfg.${option} or false)
          then
            lib.warn "The cfg.${option} argument for `firefox.override` is deprecated, please add `pkgs.${pkg.pname}` to `nativeMessagingHosts` instead"
            lib.warn "The cfg.${option} argument for `firefox.override` is deprecated, please add `pkgs.${pkg.pname}` to `nativeMessagingHosts.packages` instead"
            [pkg]
          else [];