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

This commit is contained in:
Stefan Frijters
2026-02-11 10:43:46 +01:00
parent 22b0b8c776
commit 02cff9c9f7
+1 -1
View File
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-HJrEXt6O7qCNJ/xOh4kjmqKJ22EVwBTzV1S+q98k0VQ=";
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
nativeBuildInputs = [
pkg-config