From f706d7b50e7845ac43ba123073652544c82e36a6 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Mon, 27 Nov 2023 13:28:21 +0000 Subject: [PATCH] remove redundant info --- modules/amazon-image.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/amazon-image.nix b/modules/amazon-image.nix index 3a9345d..e7da072 100644 --- a/modules/amazon-image.nix +++ b/modules/amazon-image.nix @@ -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" { } ''