You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I have tried #149, which makes it work as expected for me.
This is the config
dev-microvm = {
flake = "git+https://my-git/b-m-f/dev-microvm";
# Specify from where to let `microvm -u` update later on
updateFlake = "git+https://my-git/b-m-f/dev-microvm";
};
The flake option is expected to be a path, but when passing a path I get the following error:
microvm.nix/nixos-modules/host.nix
Line 177 in abd6312
The text was updated successfully, but these errors were encountered: