devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Instant, easy, and predictable development environments

Results 427 devbox issues
Sort by recently updated
recently updated
newest added

we're a jenkins shop and we would like to adopt devbox here for CI. currently, we have a bunch of sh script block like this ```sh sh""" commandA commandB """...

**Current Behavior (bug)** My fish config contains: ```fish set EXA_STANDARD_OPTIONS --group --header --group-directories-first --icons ``` but `exportify`: https://github.com/jetpack-io/devbox/blob/2fee55b15345134123acec9da617b48e0547f715/internal/devbox/envvars.go#L17-L22 exports every env variable enclosed with `""`. This results in the incorrect...

bug

**Current Behavior (bug)** When using Python packages via `requirements.txt`, this time the package is `ortools`. This bug was related to #710 and #760. `LD_LIBRARY_PATH` is `/home/tubo/Sync/Projects/radscheduler/.devbox/nix/profile/default/lib` Content of `LD_LIBRARY_PATH` is:...

bug
python
linker

The [documentation](https://www.jetpack.io/devbox/docs/devbox_examples/languages/python/#installing-packages-with-pip) of devbox indicates that Python with `pip` should be setup by adapting the snippet with the actual version number of Python ``` { "packages": [ "python312", "python312Packages.pip" ],...

**Is your feature request related to a problem you're trying to solve? Please describe.** It would be nice, if the services gui could be started separately **Describe the solution you'd...

feature

Getting the following error when running "devbox shell", ubuntu 22.04 Command failed (exit code 130): curl --fail --silent --location --output /tmp/tmp.fpaOedXOfN/devbox_0.8.5_linux_amd64.tar.gz https://github.com/jetpack-io/devbox/releases/download/0.8.5/devbox_0.8.5_linux_amd64.tar.gz Thanks

bug

**Is your feature request related to a problem you're trying to solve? Please describe.** I wanna write DevBox scripts or an init hook that works independently from where I open...

feature

**Current Behavior (bug)** When using devbox global on NixOS, nix-shell -p 'pkg' does not take effect. **Expected Behavior (fix)** The binaries for the packages should be available after running nix-shell...

bug

Two examples reported by a user on Discord: 1. `.cache/devbox/bin/` where the devbox binaries are stored. I think this is because our launcher script is not respecting XDG even though...

Stale

**Current Behavior (bug)** I'm getting a ton of Nix errors when trying to add a poetry plugin inside a devbox shell: ```bash justins-MacBook-Pro:trzpyutils justin$ which python justins-MacBook-Pro:trzpyutils justin$ which poetry...

bug
python
darwin