vars: refactor - pass Machine objects to run_generators

This commit is contained in:
DavHau
2025-08-13 15:14:16 +07:00
parent a535450ec0
commit 72d3ad09a4
5 changed files with 15 additions and 17 deletions

View File

@@ -323,8 +323,8 @@ export const useMachineGenerators = (
flake: {
identifier: clanUri,
},
full_closure: true, // TODO: Make this configurable
},
full_closure: true, // TODO: Make this configurable
// TODO: Make this configurable
include_previous_values: true,
});