rust-bindgen-unwrapped: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
||||
doCheck = true;
|
||||
nativeCheckInputs = [ clang ];
|
||||
|
||||
RUSTFMT = "${rustfmt-nightly}/bin/rustfmt";
|
||||
env.RUSTFMT = "${rustfmt-nightly}/bin/rustfmt";
|
||||
|
||||
preCheck = ''
|
||||
# for the ci folder, notably
|
||||
|
||||
Reference in New Issue
Block a user