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