Skip to content

Commit 65ec030

Browse files
committed
chore(flake.lock): Add pre-commit-hooks input
1 parent fe1fd46 commit 65ec030

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

flake.lock

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,15 @@
207207
flake-parts.follows = "flake-parts";
208208
};
209209
};
210+
211+
pre-commit-hooks = {
212+
url = "github:cachix/git-hooks.nix";
213+
inputs = {
214+
flake-compat.follows = "flake-compat";
215+
nixpkgs.follows = "nixpkgs";
216+
nixpkgs-stable.follows = "nixpkgs";
217+
};
218+
};
210219
};
211220

212221
outputs =

0 commit comments

Comments
 (0)