What's new in this release
- [Services] Users can now choose the process-compose port when running services
- To set it from the command line, use the
--pcport, -p
flag - To set it in your config or environment, export the
DEVBOX_PC_PORT_NUM
environment variable
- To set it from the command line, use the
- [Install] Devbox can now use the Determinate Systems Installer to manage Nix.
- To test the installer, export
DEVBOX_FEATURE_DETSYS_INSTALLER=1
in your environment before setting up Nix
- To test the installer, export
- [Install] Nix Flake for installing Devbox
- To get the latest version, run
nix profile install github:jetify-com/devbox/latest
- To pin a specific version, run
nix profile install github:jetify-com/devbox/<version>
. Note that only versions >= 0.13.2 can be installed this way
- To get the latest version, run
- [Install] Devbox now installs the latest version of nix (2.24.7)
Changelog
- fcf3a42 Fix flake rev issue (#2310)
- 37c36a1 Build and Install Devbox via Nix Flake (#2308)
- 2544163 [vscode-extension] Added support for reopen in devbox for cursor and vscodium (#2309)
- 3da723b docs,examples: update dependencies (#2307)
- 6a72354 [telemetry] Don't log user errors (#2305)
- 57312c0 patchpkg: patch python to use devbox CUDA libs (#2296)
- 58ed80e [nix] Add DetSys installer behind feature flag (#2303)
- 68edd30 [services] Let users set the port for process-compose (#2299)
- 3818683 refactor: add bash shebang for shellcheck (#2286)
- 3c6af98 bump installed nix version to latest, and update test-nix-versions (#2301)