mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-08 14:00:37 +00:00
Remove cargo-check
pre-commit hook
This commit is contained in:
parent
0375facc29
commit
01b363d7c0
@ -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…
Reference in New Issue
Block a user