mitra: move RUSTFLAGS env variables into env for structuredAttrs
This commit is contained in:
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
# require running database
|
||||
doCheck = false;
|
||||
|
||||
RUSTFLAGS = [
|
||||
env.RUSTFLAGS = toString [
|
||||
# MEMO: mitra use ammonia crate with unstable rustc flag
|
||||
"--cfg=ammonia_unstable"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user