mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
c38cf4bfda
as it was dropped in 19.03: d190b204f0
12 lines
193 B
Nix
12 lines
193 B
Nix
{
|
|
modulesPath,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
"${toString modulesPath}/../maintainers/scripts/openstack/openstack-image.nix"
|
|
];
|
|
formatAttr = "openstackImage";
|
|
fileExtension = ".qcow2";
|
|
}
|