tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
amazon-image: fix typo in last commit
Dan Peebles
8 years ago
ca99ec3f
5def5bab
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
maintainers
scripts
ec2
amazon-image.nix
+1
-1
nixos/maintainers/scripts/ec2/amazon-image.nix
···
41
41
inherit (cfg) contents format;
42
42
pkgs = import ../../../.. { inherit (pkgs) system; }; # ensure we use the regular qemu-kvm package
43
43
partitioned = config.ec2.hvm;
44
44
-
diskSize = sizeMB;
44
44
+
diskSize = cfg.sizeMB;
45
45
configFile = pkgs.writeText "configuration.nix"
46
46
''
47
47
{