Update flake to hopefully check

This commit is contained in:
Greg Hellings
2024-10-16 16:17:46 -05:00
parent 37d80eda28
commit f85187e6c3
+5 -6
View File
@@ -16,7 +16,7 @@
imports = [ imports = [
inputs.devshell.flakeModule inputs.devshell.flakeModule
inputs.flake-root.flakeModule inputs.flake-root.flakeModule
#inputs.process-compose.flakeModule inputs.hooks.flakeModule
]; ];
flake = { flake = {
# Universal things # Universal things
@@ -97,10 +97,10 @@
]; ];
}; };
checks = { pre-commit = {
pre-commit-check = inputs.hooks.lib.${inputs'.system}.run { check.enable = true;
src = ./.; settings.src = ./.;
hooks = { settings.hooks = {
check-added-large-files.enable = true; check-added-large-files.enable = true;
check-case-conflicts.enable = true; check-case-conflicts.enable = true;
check-merge-conflicts.enable = true; check-merge-conflicts.enable = true;
@@ -117,7 +117,6 @@
rustfmt.enable = true; rustfmt.enable = true;
}; };
}; };
};
# This is not special, this is just flakes # This is not special, this is just flakes
packages = rec { packages = rec {