Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 452 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (18 loc) · 452 Bytes

How to develop

Setup

  1. Install Nix package manager
  2. Allow Flakes
  3. Run dev shell as one of the following
    • with direnv: direnv allow
    • nix only: nix develop
  4. You can use development tools
> nix develop
(prepared bash)
> task help
task: [help] task --list-all
task: Available tasks for this project:
* bench:
* check:
...