DEV Community

Discussion on: Continuous Dev Environments - The Next Step in DevOps

Collapse
 
bootcode profile image
Robin Palotai

Thanks! I build my projects with a fully pinned nixpkgs, and get a development shell with nix-shell.

Recently configured Hydra CI to build the main git branches and pull requests. Hydra acts as a build cache as well, so coworkers can try a PR locally fast. Ping if you need details how to do that.

If you don't have your own Hydra, can use cacheix to share a build cache.

What I need to improve is to automatically bring up databases with mock content in the dev env. Or in some remote sandbox.