Skip to content

Commit

Permalink
nixos/firefox: fix use of listToAttrs
Browse files Browse the repository at this point in the history
Broken in NixOS#304773
Fixes NixOS#312098
  • Loading branch information
jcaesar authored and SuperSandro2000 committed May 16, 2024
1 parent e1f34df commit 0b184cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ in
(_: value: { Value = value; Status = cfg.preferencesStatus; })
cfg.preferences);
ExtensionSettings = builtins.listToAttrs (builtins.map
(lang: builtins.nameValuePair
(lang: lib.attrsets.nameValuePair
"langpack-${lang}@firefox.mozilla.org"
{
installation_mode = "normal_installed";
Expand Down

0 comments on commit 0b184cc

Please sign in to comment.