Merge pull request 'pkgs/cli: Fix generation of hardware configuration for machines install' (#2456) from kenji/clan-core:kenji-cli/install/nixos-facter into main

This commit is contained in:
clan-bot
2024-11-20 15:39:34 +00:00

View File

@@ -86,7 +86,7 @@ def install_machine(opts: InstallOptions) -> None:
cmd.extend(
[
"--generate-hardware-config",
str(opts.update_hardware_config),
str(opts.update_hardware_config.value),
str(
opts.update_hardware_config.config_path(
opts.flake.path, machine.name