- Install Nix package manager
- Allow Flakes
- 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)
> task help
task: [help] task --list-all
task: Available tasks for this project:
* bench:
* check:
...