At present, any process defined in an imported subproject (such as frontend or backend in the following example) will be run with the cwd (current working directory) of this parent devenv. Some mechanism to allow them to easily run in isolation (from their own directories) or as part of the greater devenv could be valuable.
inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable
devenv:
url: github:cachix/devenv
imports:
- ./frontend
- ./backend
At present, any process defined in an imported subproject (such as frontend or backend in the following example) will be run with the cwd (current working directory) of this parent devenv. Some mechanism to allow them to easily run in isolation (from their own directories) or as part of the greater devenv could be valuable.