This release is mostly a bugfix release.
For folks using MacOS remote builders, we now apply a to have nix
on the SSH session PATH
automatically.
Bug Fixes
- Fix exit code inconsistency by @Hoverbear in #684
- Remove the writable flag, don't set too many permission bits by @grahamc in #718
- Nix config: add extra newlines after the initial comment by @grahamc in #719
What's Changed
- Make sure /etc/tmpfiles.d exists on the ostree planner by @grahamc in #686
- Document the known nix-darwin related uninstall issue by @Hoverbear in #687
- Add 'sudo' to suggestions for launchd-related config fixes by @timsutton in #706
- Don't include the version number in the nix config, for reproducibility by @grahamc in #710
- Document max-jobs=auto by @mkenigs in #712
- Support remote-building to macOS hosts by @grahamc in #714
New Contributors
- @timsutton made their first contribution in #706
Other Notes
Keen observers may have noticed v0.15.0 in #728, unfortunately the Cargo.lock
didn't get updated and it wasn't noticed until after tagging. We could have updated the lock, and re-released, but we'd already built the binaries for the tag. In order to be safe, we cut a 0.15.1. If you happen to use 0.15.0 it should still work, building might just result in a dirty Cargo.lock
.
Full Changelog: v0.14.0...v0.15.1