devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Instant, easy, and predictable development environments

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

**Are you requesting a new package or reporting an issue on an existing one?** Existing **If reporting an issue on an existing one, what is the name of the package?**...

bug
python
darwin
linker

Ensure that Python and Ruby virtual environments get deleted and recreated whenever a shared library is added or removed. Both Python and Ruby virtual environments create symlinks or set environment...

bug
python
ruby
linux
linker
glibc

Patch the Python interpreter to use the user stdenv’s glibc instead of a hardcoded one. Rebuild the patched package whenever the stdenv changes. This would be a comprehensive, but also...

feature
linux
linker
glibc

### What problem are you trying to solve? Scripts run via `devbox run` cannot be cancelled with `SIGINT`. ### What solution would you like? Handle the SIGINT signal and pass...

feature
triage

### What problem are you trying to solve? I use elixir, and also need the underlying erlang implementation to be built with odbc support. the way nix builds the package...

feature
triage

**Current Behavior (bug)** I install vscode devbox plugin and then the go plugin. Then in a shell I do this to init devbox: ```sh % cd /path/to/go/project % devbox version...

bug

**Is your feature request related to a problem you're trying to solve? Please describe.** I often encounter a challenge when working with environment variables, particularly in managing domain configurations during...

feature

**Is your feature request related to a problem you're trying to solve? Please describe.** An automated and easy way to update packages in `devbox.json` and `devbox.lock`. **Describe the solution you'd...

feature

### Package name dozer ### Nix package link _No response_ ### Software This binary is available via Homebrew, etc but not in Nix: - https://getdozer.io/docs/installation/ - https://github.com/getdozer/dozer - https://github.com/getdozer/homebrew-dozer/blob/main/Formula/dozer.rb

triage
package

### What happened? Programs are not available in PATH after installed. This problem occurs with both devbox shell/run as well with devbox global. I am not able to replicate on...

bug
triage