Skip to content

Commit

Permalink
remove redundant info
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Nov 27, 2023
1 parent 817e2b9 commit f706d7b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/amazon-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ in
./amazon-profile.nix
];


system.build.imageInfo = pkgs.writers.writeJSON "image-info.json" {
label = config.system.nixos.label;
system = pkgs.stdenv.hostPlatform.system;
format = "raw";
file = "${config.system.build.image}/image.raw";
boot_mode = "uefi";
};

system.build.amazonImage =
# For some reason amazon doesn't like RAW files???
pkgs.runCommand "amazon-image" { } ''
Expand Down

0 comments on commit f706d7b

Please sign in to comment.