framework-control: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-06-07 20:46:40 +02:00
parent 00d11bfb72
commit aa61b7a5c7
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
})
];
FRAMEWORK_CONTROL_PORT = controlPort;
env.FRAMEWORK_CONTROL_PORT = controlPort;
preBuild = ''
pushd web