- Follow the installation guide for nix: https://devenv.sh/getting-started
- Add
devenv.nixto your project root - Add
devenv.yamlto your project root. Note: I did this because I had issues with the 'unstable' dist and for ES you need to allow unfree packages
To start the processes:
devenv up
To go into the shell, but I would suggest using direnv: https://devenv.sh/automatic-shell-activation