devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
**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?**...
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...
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...
### 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...
### 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...
**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...
**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...
**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...
### 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
### 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...