Skip to content

Commit

Permalink
fix: add ELIXIR_ERL_OPTIONS to shell environment to force utf8 locale
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 3, 2024
1 parent 27396b0 commit d02419c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
);
enterShell = ''
export LOCALES="${cldr}/priv/cldr";
export ELIXIR_ERL_OPTIONS="+fnu";
export PORT="4000"
export ENCRYPTION_KEY="your_secure_encryption_key_here"
export DATABASE_USER="teslamate"
Expand Down

0 comments on commit d02419c

Please sign in to comment.