Building contributor-friendly repositories with Devenv
Providing a development environment in a code repository lowers the barrier to entry and makes it much more welcoming to contributors. The more contributors a project gets, the more biodiversity of thought and use cases it gains. This workshop introduces Devenv (https://devenv.sh), a Nix-based tool that helps set up reproducible development environments for code repositories. It lets you configure linters, compilers, sidecar services, test runners, and much more. I will also cover the core concepts behind Nix.