🎨 move to nixfmt-rfc-style
This commit is contained in:
@ -1,11 +1,18 @@
|
||||
{ self, system, deploy-rs, pre-commit-hooks, ... }:
|
||||
{
|
||||
self,
|
||||
system,
|
||||
deploy-rs,
|
||||
pre-commit-hooks,
|
||||
...
|
||||
}:
|
||||
{
|
||||
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
||||
src = ./.;
|
||||
hooks = {
|
||||
deadnix.enable = true;
|
||||
nixpkgs-fmt.enable = true;
|
||||
nixfmt-rfc-style.enable = true;
|
||||
statix.enable = true;
|
||||
};
|
||||
};
|
||||
} // (deploy-rs.lib.${system}.deployChecks self.deploy)
|
||||
}
|
||||
// (deploy-rs.lib.${system}.deployChecks self.deploy)
|
||||
|
Reference in New Issue
Block a user