Skip to content

Commit 80c842b

Browse files
committed
Always force C locale
1 parent 4ab740f commit 80c842b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ pkgs.mkShell rec {
1515
# buildInputs = [ pkgs.ansible ];
1616
buildInputs = [ ansible ];
1717

18+
# Ansible barfs when it doesn't recognize the locale, and may not have *your*
19+
# locale available, so...
20+
LC_ALL = "C.UTF-8";
21+
1822
# Ansible runs plugins in its own interpreter, so we need to add plugin dependencies to
1923
# its Python environment
2024
ansible = python.pkgs.toPythonApplication

0 commit comments

Comments
 (0)