amazon-image: fix typo in last commit

This commit is contained in:
Dan Peebles 2017-08-11 02:12:39 +00:00
parent 5def5bab3c
commit ca99ec3f58

View file

@ -41,7 +41,7 @@ in {
inherit (cfg) contents format;
pkgs = import ../../../.. { inherit (pkgs) system; }; # ensure we use the regular qemu-kvm package
partitioned = config.ec2.hvm;
diskSize = sizeMB;
diskSize = cfg.sizeMB;
configFile = pkgs.writeText "configuration.nix"
''
{