devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### What happened? I consistently receive an error when trying to run `devbox add elixir` in a new project in MacOS (Tahoe, Apple silicon): ``` Error: error installing package darwin.apple_sdk.frameworks.CoreServices...
### What happened? Using the `--process-compose-file` flag to merge configurations fails, if no merging config this doesn't seem to be an issue ``` ❯ devbox services up --process-compose-file process-compose.extras.yaml Info:...
### What happened? When using `direnv` to load the devbox environment, `DEVBOX_SHELL_ENABLED` is never set. The documentation is confusing on whether this is intended or not: on [env-variables documentation](https://www.jetify.com/docs/devbox/env-variables#environment-variables-set-by-devbox-shell%E2%80%8B) it...
### What happened? After installing the devbox environment, I was unable to build psycopg2 Python driver because `pg_config` fails consistently. It happens for every single PostgreSQL installation I have tried....
## Summary To load global packages with Nushell the user is required to `eval $(devbox global shellenv)`. Nushell doesn't have an `eval` equivalent and we need to: 1. Convert the...
Filing this on behalf of @mjgallag who [writes](https://github.com/jetpack-io/devbox/pull/204#discussion_r1173160002): > I found this convo while considering logging a feature request to use (and append to) existing shell history. Before devbox I...
### What happened? `devbox shell` intermittently freezes while downloading packages and then later when computing the environment. ### Steps to reproduce 1. ```bash devbox shell ``` Observation: ``` [0/1 built,...
### What happened? Head over to https://www.jetify.com/docs/devbox/quickstart Instead of showing `devbox add python3@version` it shows ```sh devbox add [email protected] ``` and then: ```json { "packages": ["ripgrep@latest", "[email protected]"] }...
### What happened? When trying to ADD [email protected] to a project there is a error on ca derivations ### Steps to reproduce 1. devbox init 2. DEVBOX_DEBUG=1 devbox add [email protected]...
## Summary Implement Git plugin support for loading plugins from any Git repository with revision/branch/directory targeting. Extends existing GitHub plugin functionality to support self-hosted and local Git repositories. Fix #2048...