How I use DevBox
References
Part of the [[10 minute devops]] series
- Installation
devbox initin root of projectdevbox addall tools that will be mandatory - even if you have them installed globally- Pin any versions that will be sensitive to change - e.g.
terraform- Version can be
1.12.2or1.12for patch version upgrades - verify
- Version can be
- Use [direnv](How I use direnv)
- How to gc and why it's important - full disk
- Using
nix-shell -p <package> --run $SHELLfor ephemeral package installationnixis a requirement so it can be used- Nix packages