mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
fix: add LOCALE_ARCHIVE to shell environment in flake.nix
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
);
|
||||
enterShell = ''
|
||||
export LOCALES="${cldr}/priv/cldr";
|
||||
export ELIXIR_ERL_OPTIONS="+fnu";
|
||||
export LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||
export PORT="4000"
|
||||
export ENCRYPTION_KEY="your_secure_encryption_key_here"
|
||||
export DATABASE_USER="teslamate"
|
||||
|
||||
Reference in New Issue
Block a user