influxdb: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:45:03 +01:00
parent 0c45ab6670
commit 83a86427da
+1 -1
View File
@@ -71,7 +71,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config ];
PKG_CONFIG_PATH = "${flux}/pkgconfig";
env.PKG_CONFIG_PATH = "${flux}/pkgconfig";
# Check that libflux is at the right version
preBuild = ''