amazon-image: support VPC/VHD as an output format for the builder

This commit is contained in:
Dan Peebles
2017-08-10 22:57:26 +00:00
parent f3f8c584a4
commit 5f372ef67f
2 changed files with 9 additions and 3 deletions
@@ -24,7 +24,7 @@ in {
};
format = mkOption {
type = types.enum [ "raw" "qcow2" ];
type = types.enum [ "raw" "qcow2" "vpc" ];
default = "qcow2";
description = "The image format to output";
};