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 = [
inputs.devshell.flakeModule
inputs.flake-root.flakeModule
#inputs.process-compose.flakeModule
inputs.hooks.flakeModule
];
flake = {
# Universal things
@@ -97,10 +97,10 @@
];
};
checks = {
pre-commit-check = inputs.hooks.lib.${inputs'.system}.run {
src = ./.;
hooks = {
pre-commit = {
check.enable = true;
settings.src = ./.;
settings.hooks = {
check-added-large-files.enable = true;
check-case-conflicts.enable = true;
check-merge-conflicts.enable = true;
@@ -117,7 +117,6 @@
rustfmt.enable = true;
};
};
};
# This is not special, this is just flakes
packages = rec {