add vmware (vmdk) image format

This commit is contained in:
Evan Stoll 2020-05-20 21:06:17 -04:00
parent 619bc361b2
commit 283aaf8449

8
formats/vmware.nix Normal file
View File

@ -0,0 +1,8 @@
{ modulesPath, ... }:
{
imports = [
"${toString modulesPath}/virtualisation/vmware-image.nix"
];
formatAttr = "vmwareImage";
}