mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-30 01:39:36 +03:00
10 lines
161 B
Nix
10 lines
161 B
Nix
{ modulesPath, ... }:
|
|
{
|
|
imports = [
|
|
"${toString modulesPath}/virtualisation/hyperv-image.nix"
|
|
];
|
|
|
|
formatAttr = "hypervImage";
|
|
filename = "*.vhdx";
|
|
}
|