way-edges: move RUSTFLAGS env variables into env for structuredAttrs
This commit is contained in:
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
libpulseaudio
|
||||
];
|
||||
|
||||
RUSTFLAGS = [
|
||||
env.RUSTFLAGS = toString [
|
||||
"--cfg tokio_unstable"
|
||||
"--cfg tokio_uring"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user