devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### What problem are you trying to solve? how does `eval "$(devbox global shellenv)"` translate for nushell? ### What solution would you like? an example on how to configure devbox...
### What happened? When running `devbox run test` I got the following error for all testscripts: ``` --- FAIL: TestScripts/add_outputs.test (1.06s) testscript.go:558: # Testscript to add packages with non-default outputs...
### What happened? When running `devbox run test` I got the following error for all testscripts: ``` --- FAIL: TestScripts/add_outputs.test (1.06s) testscript.go:558: # Testscript to add packages with non-default outputs...
### What happened? When trying out python, I get this error: ❯ devbox shell Info: Ensuring packages are installed. ✓ Computed the Devbox environment. Error: nix: command error: nix --extra-experimental-features...
### What happened? When trying out python, I get this error: ❯ devbox shell Info: Ensuring packages are installed. ✓ Computed the Devbox environment. Error: nix: command error: nix --extra-experimental-features...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
### What happened? Per #2326, our current feature set may not be compatible with older versions of Nix. We should update our recommendations to recommend a newer version. ### Steps...
### What happened? Per #2326, our current feature set may not be compatible with older versions of Nix. We should update our recommendations to recommend a newer version. ### Steps...
### What problem are you trying to solve? When in a bazel environment, you're usually in an execution sandbox. This sandbox does not have access to the various packages on...