vars: refactor - remove create_machine_vars_interactive in favor of run_generators

The motivation is to create one powerful entrypoint shared by the GUI as well as the CLI in order to not having to maintain too much separate code paths.

As a next step, generate_vars can probably also be removed.
This commit is contained in:
DavHau
2025-08-18 18:00:19 +07:00
parent 43febe5f33
commit ee87f20471
4 changed files with 85 additions and 81 deletions

View File

@@ -550,7 +550,7 @@ const InstallSummary = () => {
}
const runGenerators = client.fetch("run_generators", {
all_prompt_values: store.install.promptValues,
prompt_values: store.install.promptValues,
machine: {
name: store.install.machineName,
flake: {