Merge #332339: nixos/release-small: stop building amazon image

This commit is contained in:
Vladimír Čunát 2024-08-05 11:11:59 +02:00
commit 284db721b3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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"