0.0.3
Version 0.0.3 is fast follow based on community feedback:
- Improve the speed of the first call to devbox shell
- Add console output explaining what's about to happen
- Better error message when nix is not installed or in PATH
- Error on "shell-inception". When calling devbox shell and
you're already in a devbox shell.
Changelog
- 822511a Add nix package manager detector and error if not installed (#2641)
- e9c08b4 Prevent shell inception from happening (#2643)
- 9f0decc [devbox] Download nixpkgs using fetchTarball (#2639)
- e4e9b3b [EASY] Add indicator that nix is installing packages upon calling shell (#2637)
- fc170c7 [devbox] Correct go version in docs (#2636)
- 97c19c3 [devbox] Update Readme based on community feedback (#2635)
- 67f27ef [devbox] Update README: clarify docker requirement (#2631)