nushell: Set NU_TEST_LOCALE_OVERRIDE to standardize locale used in test (#422200)
This commit is contained in:
@@ -58,6 +58,10 @@ rustPlatform.buildRustPackage {
|
||||
buildNoDefaultFeatures = !withDefaultFeatures;
|
||||
buildFeatures = additionalFeatures [ ];
|
||||
|
||||
preCheck = ''
|
||||
export NU_TEST_LOCALE_OVERRIDE="en_US.UTF-8"
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user