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

### What happened? mariadb service fails to start on macOS. The following command is not working ``` mysqld --log-error=$MYSQL_HOME/mysql.log & MYSQL_PID=$! && echo 'Starting mysqld... check mariadb_logs for details' ```...

bug
triage

### What problem are you trying to solve? I am trying to use a fixed tag instead of the generated `jetpackio/devbox:latest ### What solution would you like? Somewhere to go...

feature

### What problem are you trying to solve? The command `devbox generate readme` ignores the order of the scripts and re-orders it in the readme file to alphabetical order. I...

feature
good first issue
triage

### What happened? I ran `devbox update` on a devbox.json that only has a single package `go` and I saw: ``` Info: Attempting to upgrade go using `nix profile upgrade`...

bug
triage

### What problem are you trying to solve? It is possible to list global packages and their versions with `devbox global list` but is does not seem possible to do...

feature
triage

### What happened? I'm installing some system dependencies for my project from a local flake, and it seems that the generated flake reference starts with `-`, causing the issue. ```...

bug
triage

## Summary Make sure that we do not duplicate the installation guide, because: 1) It's redundant; and 2) `curl -fsSL https://get.jetify.com/devbox | bash` does not work for [NixOS-WSL](https://github.com/nix-community/NixOS-WSL), but using...

### What problem are you trying to solve? I'm installing Devbox on GitHub Actions using the following snippet: ```yml - name: Install devbox uses: jetify-com/[email protected] with: enable-cache: true ``` It...

feature
triage

### What happened? Custom scripts or init hook fails when using options not available in nix default bash installation ``` $ devbox run test Info: Ensuring packages are installed. ✓...

bug
triage