devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
Add libxml2 and libxslt development packages🙌
### What happened? When the VSCode extension is run and on selects "Reopen devbox", it only sets the env variables but it doesn't run the init hook. Init hooks can...
### What happened? Scripts from the python package are not available on the path of the devbox shell since updating from 1.7.1. ### Details The example in the devbox repo...
### What happened? I tried to add gcc to devbox, but `devbox add gcc` failed ### Steps to reproduce 1. devbox init 2. devbox add gcc ### Command add ###...
## Summary This PR enhances Devbox's npm package support by enforcing an explicit `npm:` prefix for npm packages, removing implicit transformation of scoped packages (e.g., `@angular/cli` no longer auto-transforms). It...
### What happened? I migrated a system using macOS Migration assistant. Was having issues so I deleted nix and started over. devbox installed determinate nix. I am able to `devbox...
Bumps the bundler group with 1 update in the /examples/stacks/jekyll/myblog directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.9 to 3.4.2 Release notes Sourced from rexml's releases. REXML 3.4.2 - 2025-08-26 Improvement Improved...
## Summary Using the `--process-compose-file` flag to merge configurations fails with `FTL error="project /Users/jack/code/my-porject/process-compose.yaml is already specified in files to load"` See #2700 for details ## How was it tested?...
### What problem are you trying to solve? When debugging devbox (and trying to submit a fix) many commands spawn a nested `devbox` subprocess with the `--run-in-current-shell` flag. The current...
### What problem are you trying to solve? I am missing the ability to set certain flags for process compose when calling something like 'devbox services up'. For instance I...