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