Skip to content

Support other package ecosystems #1104

Open
@ibuildthecloud

Description

@ibuildthecloud

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

No one assigned

    Labels

    rfcLooking for feedback and comments

    Type

    No type

    Projects

    Status

    Request for Comment

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions