Skip to content

Commit

Permalink
Don't run clippy for every build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Oct 13, 2023
1 parent 226a789 commit cbdcfe6
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 @@ -49,7 +49,7 @@
# create the workspace & dependencies package set
pkg = craneLib.buildPackage {
inherit src;
cargoArtifacts = clippy;
inherit cargoArtifacts;
buildInputs = osxlibs;

# Add extra inputs here or any other derivation settings
Expand Down

0 comments on commit cbdcfe6

Please sign in to comment.