httpstat: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:30:26 +01:00
parent 85c46264ea
commit 3728f83e36
+1 -1
View File
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
buildInputs = [ glibcLocales ];
runtimeDeps = [ curl ];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
meta = {
description = "Curl statistics made simple";