- Install nix (or install the required dependencies yourself, but for e.g. tests, there are a lot)
- Install direnv (optional, recommended for ease of use)
- Run
direnv allow
/nix develop --impure
Note: I did not manage to set up all dependencies yet - e.g. java tests are failing
# enter shell:
nix develop --impure .#test
# run directly:
nix develop --impure .#test -c cargo test