Skip to content

Commit

Permalink
Merge pull request #59 from akirak/no-locale
Browse files Browse the repository at this point in the history
Don't set the locale environment for Elixir/BEAM in the devShell
  • Loading branch information
akirak authored Oct 21, 2023
2 parents f345a6b + 4cffcf3 commit 3bdf264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elixir-phoenix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@

inherit (self.checks.${pkgs.system}.pre-commit-check) shellHook;

LANG = "C.UTF-8";
ERL_AFLAGS = "-kernel shell_history enabled";
};
});
Expand Down

0 comments on commit 3bdf264

Please sign in to comment.