framework-control: move env variable into env for structuredAttrs
This commit is contained in:
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
FRAMEWORK_CONTROL_PORT = controlPort;
|
||||
env.FRAMEWORK_CONTROL_PORT = controlPort;
|
||||
|
||||
preBuild = ''
|
||||
pushd web
|
||||
|
||||
Reference in New Issue
Block a user