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

@ -61,10 +61,10 @@
};
};
pre-commit-hooks = {
git-hooks = {
type = "github";
owner = "cachix";
repo = "pre-commit-hooks.nix";
repo = "git-hooks.nix";
ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";