mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-25 19:07:59 +03:00
28e53b97a5
Depends on nixpkgs PR https://github.com/NixOS/nixpkgs/pull/339535
9 lines
163 B
Nix
9 lines
163 B
Nix
{modulesPath, ...}: {
|
|
imports = [
|
|
"${toString modulesPath}/virtualisation/hyperv-image.nix"
|
|
];
|
|
|
|
formatAttr = "hypervImage";
|
|
fileExtension = ".vhdx";
|
|
}
|