mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
add vmware (vmdk) image format
This commit is contained in:
parent
619bc361b2
commit
283aaf8449
8
formats/vmware.nix
Normal file
8
formats/vmware.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ modulesPath, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
"${toString modulesPath}/virtualisation/vmware-image.nix"
|
||||||
|
];
|
||||||
|
|
||||||
|
formatAttr = "vmwareImage";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user