What's new in this pre-release:
- Determinate Installer is now the default installation method for Nix with Devbox. The Determinate Installer makes it easier to upgrade or uninstall Nix alongside Devbox if it doesn't already exist on your system
devbox search
as an improved view for large package lists when runningdevbox search --show-all
. Thanks to @irdaislakhuafa for contributing this feature!- Devbox now pins your stdenv and flake references in the devbox.lock file. This should improve the reproducibility of your Devbox shell across machines and Nix versions.
- [Elixir] Devbox now has a built-in plugin for Elixir projects. Thanks @clessg for contributing this plugin!
- [MySQL/MariaDB] The Devbox Plugin for MariaDB and MySQL now creates a my.cnf file for configuring your server. Thanks @clessg for contributing this improvement!
Thanks to:
- @pinage404 for improving our Nix Installer documentation
- @needsure for cleaning up some comments in the Devbox codebase
- @irdaislakhuafa for their first contribution to Devbox
- @clessg for contributing improvements to the Elixir and mysql plugins
What's Changed
- Nix Installer have an official documentation, now by @pinage404 in #2425
- feat(cli): improve search result view for large version lists by @irdaislakhuafa in #2435
- nix: make System, Version, SourceProfile public by @gcurtis in #2443
- nix: make DetSys installer the default by @gcurtis in #2447
- move glibcLocales to plugins by @Lagoja in #2442
- chore: fix some comments by @needsure in #2439
- devbox: clean up profile history after sync by @gcurtis in #2449
- flake: add narHash and lastModified attributes by @gcurtis in #2464
- nix/flake: fix Ref.String() for github flakes w/ rev and ref by @gcurtis in #2467
- MySQL Plugin: create and link my.cnf to allow configuring MySQL by @clessg in #2468
- Add simple elixir plugin by @clessg in #2462
- lock: add support for locking stdenv + flakerefs by @gcurtis in #2465
- nix: make internal/nix.cmd public by @gcurtis in #2473
New Contributors
- @irdaislakhuafa made their first contribution in #2435
- @clessg made their first contribution in #2468
Full Changelog: 0.13.7...0.14.0-dev