v0.11.0
It's a v0.11.0! 🎉
This release bumps the Nix version to 2.17 (#597).
Thanks to @Hofer-Julian, we now support Fedora Silverblue, Clear Linux and other OSTree distributions. (#586)
We also rewrote the Github Action in Typescript! v5 includes the Typescript revamp, but there should be no major user facing changes. (DeterminateSystems/nix-installer-action#34).
For Mac users, nix-installer uninstall
will now try to see if you have nix-darwin
uninstalled and ask you to uninstall that first! Why? Because if you don't, it creates a bit of a mess and a reinstall tends to break things. (#561)
Bug Fixes
- bugfix: Let Mac users specify encryption directly by @Hoverbear in #546
What's Changed
- Remove local eclint package definition by @lucperkins in #537
- Turn off auto optimise store on mac by @Hoverbear in #542
- Support create_directory paths being an existing mount by @Hoverbear in #547
- Remove atty dependency by @Hoverbear in #554
launchctl bootstrap
fails with disabled in a dirty state by @Hoverbear in #555- Add tracing around the Github Actions reinstall issue by @Hoverbear in #541
- Offer better messaging around user/group creation by @Hoverbear in #557
- Tweak self-test reporting to make it more clear it may not be a total failure by @Hoverbear in #559
- Add pre install/uninstall checks to planners by @Hoverbear in #561
- Disable steam deck CI until #566 by @Hoverbear in #571
- Fix most clippy warnings by @Hofer-Julian in #572
- Remove unneeded lifetime by @Hofer-Julian in #573
- Let typescript action set runner as trusted and do Github path by @Hoverbear in #568
- DS-970: Add Magic Nix Cache and other workflow changes by @flexiondotorg in #569
- Teach installer about Clear Linux by @Hoverbear in #581
- Add support for ostree-based Linux distributions by @Hofer-Julian in #586
- Fix the Mac CI with Silverblue by @Hoverbear in #591
- Make self-test errors a warning only by @Hoverbear in #587
- Update installer to Nix 2.17 #DS-1032 by @flexiondotorg in #597
- Check versions on uninstall for safety by @Hoverbear in #579
- Improve the message when security delete-generic-password is required by @Hoverbear in #570
- Enable clippy on CI by @Hoverbear in #574
New Contributors
- @Hofer-Julian made their first contribution in #572
- @flexiondotorg made their first contribution in #569
Full Changelog: v0.10.0...v0.11.0