Remove cargo-check pre-commit hook

This commit is contained in:
Joseph LaFreniere 2023-07-01 19:42:12 -05:00
parent 0375facc29
commit 01b363d7c0
No known key found for this signature in database
GPG Key ID: EE236AA0141EFCA3

View File

@ -64,10 +64,7 @@
# Build the actual crate itself, reusing the dependency # Build the actual crate itself, reusing the dependency
# artifacts from above. # artifacts from above.
rga = craneLib.buildPackage { rga = craneLib.buildPackage { inherit cargoArtifacts src buildInputs; };
inherit cargoArtifacts src buildInputs;
doCheck = false;
};
pre-commit = pre-commit-hooks.lib."${system}".run; pre-commit = pre-commit-hooks.lib."${system}".run;
in { in {
@ -107,7 +104,6 @@
hooks = { hooks = {
nixfmt.enable = true; nixfmt.enable = true;
rustfmt.enable = true; rustfmt.enable = true;
cargo-check.enable = true;
typos = { typos = {
enable = true; enable = true;
types = [ "text" ]; types = [ "text" ];