MyNixOS website logo

Customized pkg.glibcLocales package.

Changing this option can disable handling of i18n.defaultLocale and supportedLocale.

Declarations
Type
null or absolute path
Default
if pkgs.glibcLocales != null then
  pkgs.glibcLocales.override {
    allLocales = lib.elem "all" config.i18n.supportedLocales;
    locales = config.i18n.supportedLocales;
  }
else
  null
Example
pkgs.glibcLocales