veilid: move RUSTFLAGS env variables into env for structuredAttrs
This commit is contained in:
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
|
||||
"--workspace"
|
||||
];
|
||||
|
||||
RUSTFLAGS = "--cfg tokio_unstable";
|
||||
env.RUSTFLAGS = "--cfg tokio_unstable";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user