You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I am using this setup you described. I have a devenv.nix in each subproject. And for parent-projects I import the subprojects devenv.nix directly (to setup up things like complex devenv up etc)
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 thencd
-ing to it in order to rundevenv shell
.What do you folks think is a good structure for using devenv in a monorepo?
Thanks!
The text was updated successfully, but these errors were encountered: