New minor version with some bugfixes. Most importantly, we fixed an issue that would cause config.system.build.vmWithDisko
and config.system.build.diskoImagesScript
to fail to build with the following error on nixpkgs 24.05 and older unstable versions:
error: function 'anonymous lambda' called with unexpected argument 'customQemu'
at /nix/store/lbqj1cndic4121whnx8xm0jgb1c8x4xx-source/pkgs/build-support/vm/default.nix:1:1:
Additionally:
- Whitespaces in GPT partition names are now handled correctly (#130)
size = "100%";
now works properly forlvm_vg
(#848)- Disks now support a new
imageName
option - Disko will no longer crash on Hetzner Rescue System (#815)
We now have docs that should help with contributing and testing! Check out out CONTRIBUTING.md and the pages linked within!
What's Changed
- disk-image: Fix "unexpected argument 'customQemu'" eval error by @iFreilicht in #851
- Fix whitespace handling by @iFreilicht in #841
- lvm_vg: fix size=100% leading to crash by @DavHau in #848
- options: make extraPostVM mergable. by @qbisi in #832
- Fix disko using system zfs by @iFreilicht in #835
- fix(docs): wrong attr path by @nilp0inter in #824
- fixed logo suffix in INDEX.md by @Mipsters in #828
- disko cli: fix misleading error message by @iFreilicht in #831
- disko-install: make output deterministic by @iFreilicht in #830
- swap: fix partition type by @iFreilicht in #834
- lib: Remove global
with lib;
by @iFreilicht in #836 - docs: Add docs for contributors by @iFreilicht in #837
- Fix eval on darwin by avoiding calling splitString with an empty string by @phaer in #846
- UX: be specific if disko-install failed or succeeded by @DavHau in #847
New Contributors
- @nilp0inter made their first contribution in #824
- @Mipsters made their first contribution in #828
- @qbisi made their first contribution in #832
Full Changelog: v1.8.2...v1.9.0