devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### What problem are you trying to solve? When generating the documentation ```devbox generate readme``` some sections (**name/description**) on the Markdown are missing, because this fields don't exists on the...
**Is your feature request related to a problem you're trying to solve? Please describe.** I would like to install package hosted on GitLab with Nix Flakes DevBox seems to support...
### What happened? When I try to install [python311Packages.torch-bin](https://www.nixhub.io/packages/python311Packages.torch-bin), [python311Packages.torchvision-bin](https://www.nixhub.io/packages/python311Packages.torchvision-bin) or [python311Packages.torchaudio-bi](https://www.nixhub.io/packages/python311Packages.torchaudio-bin) I get the error: ``` error: cannot find flake 'flake:nixpkgs/3f316d2a50699a78afe5e77ca486ad553169061e' in the flake registries ``` ### Steps to...
## Summary This PR makes it possible to install Postgres Extensions with Devbox. This didn't work with previous versions of Devbox + the Postgres plugin because: 1. Postgres was only...
### What happened? I use `devbox run tmux` to start a pre-configured tmux session. Within that session, I can't directly use the installed packages. Please see https://github.com/mootoday/project-template and try to...
[Fleek](https://github.com/ublue-os/fleek) is deprecated now. It probably should be removed from [the docs](https://www.jetify.com/devbox/docs/devbox_global/#using-fleek-with-devbox-global)
### What happened? Wrong file names with unicode symbols. For example: file with name `Тест.txt` displayed inside devbox shell as `''$'\320\242\320\265\321\201\321\202''.txt'`. ### Steps to reproduce 1. Create file with non-ascii...
### What problem are you trying to solve? Current approach to install this tool with execute a random code in console `curl -fsSL https://get.jetify.com/devbox | bash` is potentially insecure and...
### What problem are you trying to solve? Developers may not need the entire stack running at all times. To save on resources, it would be nice to be able...
### What problem are you trying to solve? I have different microservices running in different repos. I want to combine all of my processes in one config file so I...