amazon-image: fix typo in last commit
This commit is contained in:
parent
5def5bab3c
commit
ca99ec3f58
@ -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"
|
||||
''
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user