Skip to content

Commit

Permalink
Revert "fix: add LOCALE_ARCHIVE to shell environment in flake.nix"
Browse files Browse the repository at this point in the history
This reverts commit d45f6e3.
  • Loading branch information
JakobLichterfeld committed Oct 3, 2024
1 parent d45f6e3 commit ee95db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
);
enterShell = ''
export LOCALES="${cldr}/priv/cldr";
export LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
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 ee95db9

Please sign in to comment.