veilid: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:42 +01:00
parent ef4a25368e
commit 4c72d22fbc
+1 -1
View File
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
"--workspace"
];
RUSTFLAGS = "--cfg tokio_unstable";
env.RUSTFLAGS = "--cfg tokio_unstable";
doCheck = false;