Skip to content

Commit

Permalink
fix: add LOCALE_ARCHIVE to shell environment in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 3, 2024
1 parent 2d844e5 commit 761b437
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 LOCALE_ARCHIVE=/usr/lib/locale/locale-archive;
export PORT="4000"
export ENCRYPTION_KEY="your_secure_encryption_key_here"
export DATABASE_USER="teslamate"
Expand Down

0 comments on commit 761b437

Please sign in to comment.