Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 483 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 483 Bytes

How to develop

Setup

  1. Install Nix package manager and enable Flakes
    Or use Nix installed containers. For example, look at this repo
  2. Run dev shell as one of the following
    • with direnv: direnv allow
    • nix only: nix develop
  3. You can use development tools
> nix develop
(prepared bash)
> dprint --version
...