devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### What problem are you trying to solve? Devbox plugins are great, however I would like to retrieve privately hosted Devbox plugins that are stored on my Gitlab server. If...
**Is your feature request related to a problem you're trying to solve? Please describe.** Pure mode is a great step forward in providing more isolated Devbox environments, but currently it...
### What problem are you trying to solve? I want to use tools which require a "normal" Linux filesystem (FHS). ### What solution would you like? I would like to...
### What happened? running `devbox help` gives the following output: ``` Instant, easy, predictable development environments Usage: devbox [flags] devbox [command] Available Commands: add Add a new package to your...
### What happened? Using `Devbox 0.10.7` and the command `upgrade` now produces this new warning on WSL2 ### Steps to reproduce 1. Have custom flake being built as: ``` {...
### What happened? [node-canvas](https://github.com/Automattic/node-canvas) dependency breaks the entire node project. `node index.js` is broken. I tired following the solutions [here](https://github.com/Automattic/node-canvas/issues/1893) to install libuuid manually but to no avail. Terminal Output:...
## Summary First draft of cloud docs. Collects all the features currently under the jetify cloud docs, and moves them into the devbox docs ## How was it tested? Localhost...
## Summary First pass at adapting our devbox.json examples to use automatic the automatic dockerfile generation. This adds `install`, `build`, and `start` to the examples. ## How was it tested?...
### What problem are you trying to solve? I am trying to reattach to a `devbox services up -b`. Currently, my workaround is to restart services without background ### What...
### What happened? ### Steps to reproduce 1. Install [Starship](https://starship.rs/) prompt (I installed it via [home-manager](https://nix-community.github.io/home-manager/options.xhtml#opt-programs.starship.enable)). 2. Run `devbox init` in a project 3. Run `devbox shell` ### Command shell...