devpi-client: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:30:24 +01:00
parent 0e25363f69
commit 43b85cc0d6
+1 -1
View File
@@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
"--fast"
];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
__darwinAllowLocalNetworking = true;