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

@ -29,8 +29,8 @@
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};