v0.14.0
This is a relatively minor release which introduces a brand new repair
subcommand which can repair your shell profiles.
For example, this means if you run:
nix-installer install --no-confirm
rm -rf /etc/bashrc
nix-installer repair
The repair
subcommand should create a new /etc/bashrc
with the Nix related content in it.
For Mac users in particular, this repair
command is now run by a oneshot launchd service on boot. This should make it so nix
should be on path even after Mac version updates that would normally remove it.
What's Changed
- Update ssl-cert-file docs by @lytedev in #671
- Make our Nix installation immune to macOS upgrades by @grahamc in #672
- Release v0.14.0 by @Hoverbear in #679
New Contributors
Full Changelog: v0.13.1...v0.14.0