1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Rename pre-commit-hooks -> git-hooks-nix

Following the upstream rename
This commit is contained in:
Robert Hensing 2024-07-24 15:55:57 +02:00
parent c316f1557d
commit 171ef75218
3 changed files with 33 additions and 33 deletions

View file

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