1
Fork 0

add LOCALE_ARCHIVE

main
Motiejus Jakštys 2023-07-25 09:38:54 +03:00
parent 897f3dc289
commit c038575655
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
devDeps = with pkgs; [hugo brotli zopfli parallel];
in {
devShells.default = pkgs.mkShell {
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
packages = devDeps;
};