Skip to content

Commit

Permalink
amazon-image: fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Aug 11, 2017
1 parent 5def5ba commit ca99ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/maintainers/scripts/ec2/amazon-image.nix
Expand Up @@ -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"
''
{
Expand Down

0 comments on commit ca99ec3

Please sign in to comment.