Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 17:47
· 151 commits to main since this release
c79dcb9

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

New Contributors

Full Changelog: v0.13.1...v0.14.0