way-edges: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:43 +01:00
parent 4509d4b0fb
commit 13eb46a180
+1 -1
View File
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
libpulseaudio
];
RUSTFLAGS = [
env.RUSTFLAGS = toString [
"--cfg tokio_unstable"
"--cfg tokio_uring"
];