This release includes the following fixes for Devbox 0.10.0:
- Fixes a bug that kept process-compose from updating on systems using Nix >2.20.
- Corepack for Node.js is now an opt-in feature. Devs can enable corepack by setting
DEVBOX_COREPACK_ENABLED
in the env section of theirdevbox.json
. For starting new projects, we recommend using Corepack to manage npm, yarn, or pnpm.