devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
**Is your feature request related to a problem you're trying to solve? Please describe.** Having a long list of scripts in devbox.json can be difficult when running `devbox run`. It...
**Current Behavior (bug)** Running `devbox run` returns the scripts list in a random sort order. It should return the list in the order of devbox.json. Its especially problematic if the...
Thanks for devbox, it's so great. **Is your feature request related to a problem you're trying to solve? Please describe.** Yes, having a schema allows for easy command line/CI verification...
**Current Behavior (bug)** when you try to color error text red, devbox gets pissy. **Expected Behavior (fix)** let me make text red **Additional context** ```json # devbox.json ... "shell": {...
**Current Behavior (bug)** Even with quiet mode (`-q` flag) I have a lot of logs coming from devbox **Expected Behavior (fix)** Quiet mode should be quiet **Additional context** ``` ❯...
**Is your feature request related to a problem you're trying to solve? Please describe.** Although admittedly niche, “doas” is an alternative privilege escalation tool to “sudo” for users who want...
**Current Behavior (bug)** Docker Version: 24.0.6 OS: Sonoma 14.0 Macbook Pro (Apple M1 Pro) Steps to reproduce: 1. Use the offical jetpackio devbox image (https://hub.docker.com/r/jetpackio/devbox) 2. devbox init 3. devbox...
### What problem are you trying to solve? I'm using Devbox to provision development environments, and I've noticed a potential enhancement. It would be beneficial if devbox.json allowed us to...
**Current Behavior (bug)** `devbox add ` command crash with error ``` Error: There was an error installing nix packages source: Command: /home/user_name/.nix-profile/bin/nix print-dev-env /home/user_name/Downloads/an path with spaces/or/non_latin_chars/Åα«Ñ¬Γ/.devbox/gen/flake/flake.nix --extra-experimental-features ca-derivations --option...
### What happened? I couldn't find a description of the nixPkgs.commit configuration in the documentation. Is that option deprecated? ### Steps to reproduce _No response_ ### Command _No response_ ###...