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? I have installed devbox to my machine and now I could see the following ``` ➜ kubectl get ns /nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8):...

bug
triage

### What happened? Nginx will not serve static files (css, js and other) correctly, because there is no mime-types config. The plugin generates a valid `nginx.conf` but without mime-types config...

bug
triage

### What happened? I have been using devbox version 0.14.0, but have also tried this with devbox 0.16.0. A existing devbox.json and an existing lock file work fine, but attempting...

bug
triage

## Summary Poetry is now on major version 2 and has had some significant changes. The `poetry shell` command is deprecated and `[tool.poetry.scripts]` are no longer are available on the...

### What happened? I got warnings about packages in legacy format, suggesting to run `devbox update` `devbox update` returns an error. ### Steps to reproduce 1. `devbox init` 2. `devbox...

bug
triage

### What happened? The instructions for a [Haskell install](https://www.jetify.com/docs/devbox/devbox_examples/languages/haskell/) indicate that the following: ```json "packages": [ "stack@latest", "cabal-install@latest", "zlib@latest", "hpack@latest" ] ``` **will install GHC**. It does not. And it's...

bug
triage

### What problem are you trying to solve? npm is shipped separately to allow to update npm independently but devbox seems to couple that with npm being locked with the...

feature
triage

### Package name storyden ### Nix package link _No response_ ### Software https://github.com/Southclaws/storyden

triage
package

### Package name [email protected] ### What changes are you requesting? With an existing and seemingly stable devbox install using Determinate Nix, I attempted to add `corretto17(@latest)` along with `pre-commit(@latest)` to...

bug
triage
package

## Summary Previously this only checks on lockfile. ## How was it tested? Manually on a project I'm working on, and I figured out it was not working correctly.