flake: rename pre-commit-hooks to git-hooks

This commit is contained in:
Gaetan Lepage 2024-05-27 09:46:11 +02:00 committed by Gaétan Lepage
parent ba293d3640
commit 1b892d0784
3 changed files with 30 additions and 30 deletions

View file

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