From 9426d90c6784aa19f11a8cfc5171a46f0b21cd94 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 4 Aug 2024 23:48:20 +0200 Subject: [PATCH] nixos/release-small: stop building amazon image Rebuilding images multiple times on the small channels is too expensive and makes them slower than they could be. Consuming the image from the full release channel is probably good enough. --- nixos/release-small.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index 75c3834adc40..d4d7b7b4149b 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -32,7 +32,7 @@ let in rec { nixos = { - inherit (nixos') channel manual options iso_minimal amazonImage dummy; + inherit (nixos') channel manual options iso_minimal dummy; tests = { inherit (nixos'.tests) acme @@ -116,7 +116,6 @@ in rec { (map onSupported [ "nixos.dummy" "nixos.iso_minimal" - "nixos.amazonImage" "nixos.manual" "nixos.tests.acme" "nixos.tests.boot.uefiCdrom"