Daniel Loreto
Daniel Loreto
Make it possible to install packages without starting a shell.
It's great to be able to add packages from [nixpkgs](https://search.nixos.org/) but some times we want to grab a very specific version of a package that it's only available in a...
For example, in case they need patched packages or have a repo with private packages.
## Summary ## How was it tested?
Nix prints: ``` ---- Reminders ----------------------------------------------------------------- [ 1 ] Nix won't work in active shell sessions until you restart them. ``` Devbox should print something similar.
## Summary Telemetry should send the failure message whenever there's an error. That will allow us to understand what the errors are and how to fix them. ## How was...
One the top comments in the HackerNews discussion was: > I've been doing this kind of thing for years with two notable differences: > ... > > I add two...
The spec, as defined today, only allows for lowercase alphabetic characters in the type prefix. Some users though, might need a way to have a "compound noun" in the prefix....
Two examples reported by a user on Discord: 1. `.cache/devbox/bin/` where the devbox binaries are stored. I think this is because our launcher script is not respecting XDG even though...