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
|
# 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" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user