This release upgrades to Nix 2.18, enables the repl-flake
feature by default, and sets max-jobs
to auto.
Changes to the nix.conf
are now deterministic, and the installer should produce the same output each install regardless of the existing configuration.
This release also includes a number of small correctness improvements and UX tweaks.
Bug Fixes
- (Mac) Uninvert EnableOwnership logic by @Hoverbear in #623
What's Changed
- Language and readme update by @grahamc in #612
- Update README.md a bit to highlight flakes by @grahamc in #616
- Bump dependencies by @Hoverbear in #619
- Readme cutificiation by @Hoverbear in #618
- Add Upgrading section to README.md by @mig4ng in #598
- Improve
--help
by @Hoverbear in #624 - Check for file existence before attempting to open it by @Hoverbear in #626
- Fix uninstall instructions by @Hoverbear in #631
- Make nix.conf changes deterministic by @Hoverbear in #620
- Set max jobs to auto by @Hoverbear in #627
- Support user-defined diagnostics attribution by @grahamc in #635
- Add support for URLs or paths in --nix-package-url and --extra-conf by @Hoverbear in #634
- Disable auto-allocate-uids on Linux too by @Hoverbear in #638
- Upgrade to Nix 2.18 by @Hoverbear in #637
- Plan prompts for sudo by @Hoverbear in #639
- Enable repl-flake experimental feature by @Hoverbear in #640
- Fixup VM tests by @Hoverbear in #642
- Tweak nix-build-user-count default in all places by @Hoverbear in #643
- Release v0.12.0 by @Hoverbear in #641
New Contributors
Full Changelog: v0.11.0...v0.12.0