2023-05-29 10:35:13 +03:00
|
|
|
{modulesPath, ...}: {
|
2020-08-18 12:02:48 +03:00
|
|
|
imports = [
|
|
|
|
"${toString modulesPath}/../maintainers/scripts/ec2/amazon-image.nix"
|
|
|
|
];
|
|
|
|
|
|
|
|
formatAttr = "amazonImage";
|
2023-07-22 17:20:50 +03:00
|
|
|
fileExtension = ".vhd";
|
2020-08-18 12:02:48 +03:00
|
|
|
}
|