@@ -52,17 +52,17 @@ in rec {
52
52
( all nixos . dummy )
53
53
( all nixos . manual )
54
54
55
- nixos . iso_minimal . x86_64-linux
56
- nixos . iso_minimal . i686-linux
57
- nixos . iso_graphical . x86_64-linux
58
- nixos . ova . x86_64-linux
55
+ nixos . iso_minimal . x86_64-linux or [ ]
56
+ nixos . iso_minimal . i686-linux or [ ]
57
+ nixos . iso_graphical . x86_64-linux or [ ]
58
+ nixos . ova . x86_64-linux or [ ]
59
59
60
60
#(all nixos.tests.containers)
61
- nixos . tests . chromium . x86_64-linux
61
+ nixos . tests . chromium . x86_64-linux or [ ]
62
62
( all nixos . tests . firefox )
63
63
( all nixos . tests . firewall )
64
64
( all nixos . tests . gnome3 )
65
- nixos . tests . installer . zfsroot . x86_64-linux # ZFS is 64bit only
65
+ nixos . tests . installer . zfsroot . x86_64-linux or [ ] # ZFS is 64bit only
66
66
( all nixos . tests . installer . lvm )
67
67
( all nixos . tests . installer . luksroot )
68
68
( all nixos . tests . installer . separateBoot )
@@ -81,7 +81,7 @@ in rec {
81
81
( all nixos . tests . boot . uefiUsb )
82
82
( all nixos . tests . boot-stage1 )
83
83
( all nixos . tests . hibernate )
84
- nixos . tests . docker . x86_64-linux
84
+ nixos . tests . docker . x86_64-linux or [ ]
85
85
( all nixos . tests . ecryptfs )
86
86
( all nixos . tests . env )
87
87
( all nixos . tests . ipv6 )
0 commit comments