framework-control: move env variable into env for structuredAttrs (#529222)

This commit is contained in:
Stefan Frijters
2026-06-07 19:22:56 +00:00
committed by GitHub
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
})
];
FRAMEWORK_CONTROL_PORT = controlPort;
env.FRAMEWORK_CONTROL_PORT = controlPort;
preBuild = ''
pushd web