Update flake to hopefully check
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user