From cc6e93a6178bee76311e20ef3621f2254028469e Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 6 Sep 2024 11:27:13 +0300 Subject: [PATCH] nixos/release-small: also gate on simpleUefiSystemdBoot test on x86_64 We're building it anyway, might as well --- nixos/release-small.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index ed205664a855..d3a70506ddec 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -103,7 +103,6 @@ in rec { "nixpkgs.tarball" "nixpkgs.release-checks" ] - (onSystems [ "aarch64-linux" ] "nixos.tests.installer.simpleUefiSystemdBoot") (map (onSystems [ "x86_64-linux" ]) [ "nixos.tests.installer.lvm" "nixos.tests.installer.separateBoot" @@ -117,6 +116,7 @@ in rec { "nixos.tests.containers-ip" "nixos.tests.firewall" "nixos.tests.ipv6" + "nixos.tests.installer.simpleUefiSystemdBoot" "nixos.tests.login" "nixos.tests.misc" "nixos.tests.nat.firewall"