devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
Attempt to formalize raw Devbox package strings (hereby called package specs) by introducing a new `PackageSpec` type. This commit just adds the new parsing logic, it doesn't integrate it with...
I checked the FAQ, but I couldn't find out whether devbox services support Visual Studio Code's remote connection. I would like to add to the documentation whether or not remote...
**Is your feature request related to a problem you're trying to solve? Please describe.** There are too many steps to testing out a package. I potentially potentially have to: 1....
**Current Behavior (bug)** Devbox is putting files in locations outside of the expected directory: ``` 11:19:52|production|root@ld4-dev-01:~/stream_bench# ls -lrth /usr/bin/.rustup/ | head -5 total 20K drwxr-xr-x 3 root root 4.0K Dec...
**Current Behavior (bug)** devbox requires git to start a shell, which creates a chicken and egg problem where git can't be installed (with devbox) unless it's already installed. ``` $...
**Current Behavior (bug)** I use Cursor ([cursor.sh](https://cursor.sh/)) as my editor (**update:** I have the same issue with VS Code), with the Devbox extension installed. When I use the "Devbox: Reopen...
### What problem are you trying to solve? Tools like antigen need to be sourced from your shell config. My current method is the following and wanting to see if...
### What happened? Found that my nix installation had snowballed to 15gb (I only have a single project using devbox). Found the documentation [how-do-i-clean-up-unused-packages-from-the-nix-store](https://www.jetpack.io/devbox/docs/faq/#how-do-i-clean-up-unused-packages-from-the-nix-store) Ran `devbox run -- nix store...
Umbrella issue that tracks improvements to GLIBC patching. ```[tasklist] - [ ] https://github.com/jetpack-io/devbox/issues/1854 - [ ] https://github.com/jetpack-io/devbox/issues/1855 - [ ] https://github.com/jetpack-io/devbox/issues/1856 - [ ] https://github.com/jetpack-io/devbox/issues/1798 - [ ] https://github.com/jetpack-io/devbox/issues/1857 ```
Make the Python and Ruby plugins automatically install common shared libraries and/or add dev to the default outputs for select packages. A bunch of issues pop up when installing gems...