Skip to content

Commit

Permalink
nix: Fix locales in development environment (OSGeo#4540)
Browse files Browse the repository at this point in the history
This fixes locales in nix provided development environment by setting environment variable.

Closes OSGeo#4503
  • Loading branch information
imincik authored Oct 17, 2024
1 parent 0adc4dc commit e540efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
pytest
];

LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";

shellHook = ''
function dev-help {
echo -e "\nWelcome to a GRASS development environment !"
Expand Down

0 comments on commit e540efc

Please sign in to comment.