devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
**Current Behavior (bug)** This may be a non issue since behavior wasn't affected afaict. I received a failure on updating devbox. I believe from 0.7.1, this terminal closed so I...
Hello! **Current Behavior (bug)** I have received a message to update the launcher to 0.21. When I run the update command, it is successful, but reports that 0.20 is installed....
**Current Behavior (bug)** I got following error when I use "tar" command to unpack a compressed file named **"file.txz"** in devbox shell on Mac: ```bash $ /nix/store/4ifdvs7fjczlvyssp1h91139n4yb57d3-gnutar-1.35/bin/tar xf /var/folders/bx/rkz1lhfd5pbdnk5gthwjjkdm0000gn/T/d20231129-24858-15lo80l/file.txz -C...
**Current Behavior (bug)** Even with the `--quiet` flag in `devbox run build --quiet`, there is still stdout printing, which is messing up subsequent commands: ```json # devbox.json # ... some...
## Context We currently publish Devbox as a package in the `nixpkg` repository, but this version is often far behind our latest released version. For example: 22.11 currently has `devbox...
**Is your feature request related to a problem you're trying to solve? Please describe.** I can't install system wide packages with devbox **Describe the solution you'd like** A system profile...
**Is your feature request related to a problem you're trying to solve? Please describe.** Some packages ([mongo 4.4](https://search.nixos.org/packages?channel=23.05&show=mongodb-4_4) for example) don't have working builds for `aarch64-darwin`. MacOS has good support...
**Are you requesting a new package or reporting an issue on an existing one?** Requesting an updated package version as the prior version is vulnerable to multiple CVEs. **If reporting...
**Current Behavior (bug)** Global packages are not available in project shell: ``` $ devbox global add ripgrep $ devbox run which rg #no output $ devbox shell (devbox) $ which...
**Are you requesting a new package or reporting an issue on an existing one?** existing **If reporting an issue on an existing one, what is the name of the package?**...