Loading nixos/modules/config/fonts/fontconfig.nix +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ let # horrible sed hack to add the line that was accidentally removed # from the default config in #324516 # FIXME: fix that, revert this sed "5i <include ignore_missing="yes">/etc/fonts/conf.d</include>" -i $dst/../fonts.conf sed '5i <include ignore_missing="yes">/etc/fonts/conf.d</include>' -i $dst/../fonts.conf # TODO: remove this legacy symlink once people stop using packages built before #95358 was merged mkdir -p $out/etc/fonts/2.11 Loading Loading
nixos/modules/config/fonts/fontconfig.nix +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ let # horrible sed hack to add the line that was accidentally removed # from the default config in #324516 # FIXME: fix that, revert this sed "5i <include ignore_missing="yes">/etc/fonts/conf.d</include>" -i $dst/../fonts.conf sed '5i <include ignore_missing="yes">/etc/fonts/conf.d</include>' -i $dst/../fonts.conf # TODO: remove this legacy symlink once people stop using packages built before #95358 was merged mkdir -p $out/etc/fonts/2.11 Loading