fix(installer): resolve disko evaluation crash and infinite loops

- Fix disko-config.nix signature by adding '...' to handle unexpected CLI arguments.
- Update disko mode to 'destroy,format,mount' for the modern API and to avoid deprecation warnings.
- Fix infinite loops in 'configure_impermanence' and 'confirm_form_factor' caused by misinterpreting 'No' (rc=1) as an abort.
This commit is contained in:
Bernardo Magri
2026-05-01 16:43:05 +01:00
parent 61cd993e54
commit 3b977f181d
2 changed files with 5 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
# function arguments are the right shape.
{ mainDrive
, extraDrives ? []
, ...
}:
let