mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
9 lines
174 B
Nix
9 lines
174 B
Nix
{modulesPath, ...}: {
|
|
imports = [
|
|
"${toString modulesPath}/../maintainers/scripts/ec2/amazon-image.nix"
|
|
];
|
|
|
|
formatAttr = "amazonImage";
|
|
fileExtension = ".vhd";
|
|
}
|