Locales: Difference between revisions
imported>Pmorch No edit summary |
imported>Pmorch No edit summary |
||
Line 10: | Line 10: | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
# May require a one-time installation with: nix-env -iA nixpkgs.glibcLocales | |||
export LOCALE_ARCHIVE="$(nix-env --installed --no-name --out-path --query glibc-locales)/lib/locale/locale-archive" | export LOCALE_ARCHIVE="$(nix-env --installed --no-name --out-path --query glibc-locales)/lib/locale/locale-archive" | ||
</syntaxhighlight> | </syntaxhighlight> |