Skip to content

Commit

Permalink
Fix locale issues for Guide on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 9, 2024
1 parent 3f87e3f commit 853d2ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Guide/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
# See https://github.com/svanderburg/node2nix/issues/217#issuecomment-751311272
export HOME=/tmp
LANG=en_US.UTF-8 make guide.tar.gz
make guide.tar.gz
'';
installPhase = ''
mv guide.tar.gz $out
'';
'';#
LOCALE_ARCHIVE = pkgs.lib.optionalString pkgs.stdenv.isLinux "${pkgs.glibcLocales}/lib/locale/locale-archive";
LANG = "en_US.UTF-8";
};

devenv.shells.default = {
Expand Down

0 comments on commit 853d2ff

Please sign in to comment.