2024-12-07 20:46:15 -05:00
|
|
|
{
|
|
|
|
self,
|
|
|
|
system,
|
|
|
|
deploy-rs,
|
|
|
|
pre-commit-hooks,
|
|
|
|
...
|
|
|
|
}:
|
2023-07-27 15:22:16 -04:00
|
|
|
{
|
|
|
|
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
|
|
|
src = ./.;
|
|
|
|
hooks = {
|
|
|
|
deadnix.enable = true;
|
2024-12-07 20:46:15 -05:00
|
|
|
nixfmt-rfc-style.enable = true;
|
2023-07-27 15:22:16 -04:00
|
|
|
statix.enable = true;
|
|
|
|
};
|
|
|
|
};
|
2024-12-07 20:46:15 -05:00
|
|
|
}
|
|
|
|
// (deploy-rs.lib.${system}.deployChecks self.deploy)
|