-
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
The flake option is expected to be a path, but when passing a path I get the following error:
error: value is a path while a set was expected
at /nix/store/wjwcshj9w20wdfpn4z1dc1sg8h539ix5-source/nixos-modules/host.nix:177:28:
176| guestConfig = if isFlake
177| then flake.nixosConfigurations.${name}.config
| ^
178| else microvmConfig.config.config;
(use '--show-trace' to show detailed location information)
Metadata
Metadata
Assignees
Labels
No labels