Update git-hooks

This commit is contained in:
Pim Kunis 2024-10-30 21:19:13 +01:00
parent 5b6630c24f
commit 1188eddc12
3 changed files with 35 additions and 35 deletions

View file

@ -6,7 +6,7 @@
flake-utils.url = "github:numtide/flake-utils";
treefmt-nix.url = "github:numtide/treefmt-nix";
pre-commit-hooks = {
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};