Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Nov 28, 2023
1 parent 1645aec commit e474a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/amazon-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
];

system.build.amazonImage =
pkgs.runCommand "amazon-image" { } ''
pkgs.runCommand config.system.build.image.name { } ''
mkdir -p $out
mkdir -p $out/nix-support
${pkgs.qemu-utils}/bin/qemu-img convert -f raw -O vpc ${config.system.build.image}/image.raw $out/image.vhd
Expand Down

0 comments on commit e474a7e

Please sign in to comment.