Skip to content

Commit

Permalink
clippy needs nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Radvendii committed Aug 8, 2023
1 parent 40e5eb4 commit 03ccd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
env;
pname = "nickel-lang-clippy";

inherit (cargoArtifacts) buildInputs;
inherit (cargoArtifacts) nativeBuildInputs buildInputs;

cargoExtraArgs = cargoBuildExtraArgs;
cargoClippyExtraArgs = "--all-features --all-targets --workspace -- --deny warnings --allow clippy::new-without-default --allow clippy::match_like_matches_macro";
Expand Down

0 comments on commit 03ccd28

Please sign in to comment.