Skip to content

Commit

Permalink
cargo-info: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
VuiMuich authored and alyssais committed Sep 1, 2024
1 parent 6472cda commit d82811f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/tools/rust/cargo-info/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-02Zkp7Vc1M5iZsG4iJL30S73T2HHg3lqrPJ9mW3FOuk=";
};

# upstream uses `#![deny(warnings)]` which breaks our build
RUSTFLAGS = "--cap-lints allow";

cargoHash = "sha256-zp7qklME28HNGomAcQgrEi7W6zQ1QCJc4FjxtnKySUE=";

nativeBuildInputs = [
Expand Down

0 comments on commit d82811f

Please sign in to comment.