You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ To install pre-commit hooks developers would run:
69
69
nix develop
70
70
```
71
71
72
+
### flake-parts
73
+
74
+
If your flake uses [flake-parts](https://flake.parts/), we provide a flake-parts module as well. Checkout [`./template/flake.nix`](https://github.com/cachix/git-hooks.nix/blob/master/template/flake.nix) for an example.
75
+
72
76
## Nix
73
77
74
78
1.**Optionally** use binary caches to avoid compilation:
0 commit comments