nixosTests.pantheon: enable for all platforms

This commit is contained in:
worldofpeace 2019-08-07 14:40:44 -04:00
parent 63a1787ed5
commit 45643baf22

View file

@ -70,7 +70,7 @@ in rec {
(all nixos.tests.firewall)
(all nixos.tests.gnome3-xorg)
(all nixos.tests.gnome3)
(except ["aarch64-linux"] nixos.tests.pantheon)
(all nixos.tests.pantheon)
nixos.tests.installer.zfsroot.x86_64-linux or [] # ZFS is 64bit only
(except ["aarch64-linux"] nixos.tests.installer.lvm)
(except ["aarch64-linux"] nixos.tests.installer.luksroot)