Remove `cargo-check` pre-commit hook

pull/175/head
Joseph LaFreniere 11 months ago
parent 0375facc29
commit 01b363d7c0
No known key found for this signature in database
GPG Key ID: EE236AA0141EFCA3

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

Loading…
Cancel
Save