nushell: Set NU_TEST_LOCALE_OVERRIDE to standardize locale used in test (#422200)

This commit is contained in:
Aleksana
2025-07-25 11:07:23 +08:00
committed by GitHub
+4
View File
@@ -58,6 +58,10 @@ rustPlatform.buildRustPackage {
buildNoDefaultFeatures = !withDefaultFeatures;
buildFeatures = additionalFeatures [ ];
preCheck = ''
export NU_TEST_LOCALE_OVERRIDE="en_US.UTF-8"
'';
checkPhase = ''
runHook preCheck
(