treewide: pre-commit-hooks.nix renaming

This commit is contained in:
Bruno BELANYI 2025-04-05 18:27:04 +01:00
parent d48d5c45e0
commit 53569f17a6
6 changed files with 40 additions and 40 deletions

View file

@ -1,7 +1,7 @@
{ inputs, ... }:
{
imports = [
inputs.pre-commit-hooks.flakeModule
inputs.git-hooks.flakeModule
];
perSystem = { ... }: {