Skip to content

Commit

Permalink
readme: Mention flake-parts
Browse files Browse the repository at this point in the history
This is useful for users like me who do `Ctrl+F` "flake-parts" on the project README.
  • Loading branch information
srid authored Nov 19, 2024
1 parent cd1af27 commit d27273c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ To install pre-commit hooks developers would run:
nix develop
```

### flake-parts

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.

## Nix

1. **Optionally** use binary caches to avoid compilation:
Expand Down

0 comments on commit d27273c

Please sign in to comment.