Open
Description
Hi,
Looking at the documentation, it looks like you recommend using a root-level devenv.nix that provides shells for every project.
When I started playing with this tool I did not think of this approach but rather thought about having a devenv.nix
for each project and then cd
-ing to it in order to run devenv shell
.
What do you folks think is a good structure for using devenv in a monorepo?
Thanks!