mitra: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:41 +01:00
parent b926963409
commit 9a05cd27ea
+1 -1
View File
@@ -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"
];