devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
For example, in case they need patched packages or have a repo with private packages.
hi, devbox looks awesome. but any behind principle explnation of it?
Right now `devbox plan` does automatic language detection and sets the install, build and start commands. But it only supports Golang for now. I'd like to try it on a...
## Summary We currently set the devbox shell prompt in the shellrc template with: export PS1="(devbox) $PS1" This breaks the prompt for users that have a theme or use a...
## Summary Added `devbox search ` command that searches nix store for packages that contain the `` in their name or description. ## How was it tested? 1. compile devbox...
I did not find a way to effectively integrate devbox with vscode. As the broad majority of devs are using this editor these days, this is a concern for adoption...
I'm trying to install devbox inside a docker container, however the `--yes` flag does not work: ``` curl -fsSL https://get.jetpack.io/devbox -o install-devbox.sh && chmod +x ./install-devbox.sh && ./install-devbox.sh --yes ```...
Yesterday I found myself in a situation where autodetection was preventing me from installing the right version of nodejs. I managed to set `18.7.0` even though the releases already have...
Disclaimer upfront: This is a bit of a moonshot, but hear me out 😄. ## Current situation In `devbox.json`, I can configure a `shell.init_hook` array: ```json { "shell": { "init_hook":...