vars: refactor - remove unnecessary return values

The boolean return value signaling if anything was ran or not isn't that useful. We are not doing anything with it.
This commit is contained in:
DavHau
2025-08-13 12:40:56 +07:00
parent 4f78a8ff94
commit 24194011ac
2 changed files with 10 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ const mockFetcher: Fetcher = <K extends OperationNames>(
],
},
],
run_generators: true,
run_generators: null,
get_machine_hardware_summary: {
hardware_config: "nixos-facter",
},