Open
Description
It seems core to the experience of design of devbox is the idea of creating a "virtual environment" in the style of python venv, not docker containers. Nix obviously does this very well but there are other excellent package ecosystems that support this style. I think it would be nice if devbox had native integration into other package ecosystems that support "path portability" such as brew or language native ecosystems like pip or "npm -g". For example.
{
"packages": [
"brew://foo",
"npm://bar"
],
}
Metadata
Metadata
Assignees
Type
Projects
Status
Request for Comment