-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Labels
rfcLooking for feedback and commentsLooking for feedback and comments
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"
],
}
pleclech and d-enk
Metadata
Metadata
Assignees
Labels
rfcLooking for feedback and commentsLooking for feedback and comments
Type
Projects
Status
Request for Comment