Unverified Commit b355360a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rust-bindgen-unwrapped: move env variable(s) into env for structuredAttrs (#488871)

parents b97ee7dd 7a026246
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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