Skip to content

Commit cc6e93a

Browse files
committedSep 6, 2024·
nixos/release-small: also gate on simpleUefiSystemdBoot test on x86_64
We're building it anyway, might as well
1 parent 48e581e commit cc6e93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nixos/release-small.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ in rec {
103103
"nixpkgs.tarball"
104104
"nixpkgs.release-checks"
105105
]
106-
(onSystems [ "aarch64-linux" ] "nixos.tests.installer.simpleUefiSystemdBoot")
107106
(map (onSystems [ "x86_64-linux" ]) [
108107
"nixos.tests.installer.lvm"
109108
"nixos.tests.installer.separateBoot"
@@ -117,6 +116,7 @@ in rec {
117116
"nixos.tests.containers-ip"
118117
"nixos.tests.firewall"
119118
"nixos.tests.ipv6"
119+
"nixos.tests.installer.simpleUefiSystemdBoot"
120120
"nixos.tests.login"
121121
"nixos.tests.misc"
122122
"nixos.tests.nat.firewall"

0 commit comments

Comments
 (0)
Please sign in to comment.