If you'd like to contribute, please do so!
This takes advantage of the flake development environments to use pre-commit and checks.
The included .envrc
will activate an environment that installs the pre-commit checks
when you enter the directory - presuming you use direnv
. If you don't, you may
install these manually with:
nix develop
Formatting may be applied with:
nix fmt
A full check that the flake is correct can be run with:
nix flake check .
Once your work is done, please submit a PR. A github workflow will run on the PR to lint, format, and update the codebase. I'll review it as soon as I can and get back to you if I have any questions!