aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-06 22:01:17 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-07 15:53:26 -0400
commit63a1787ed53595fd0e9857ac4c589f906805581c (patch)
treeb93abcfd27001ec74c915e488bea73ccb28f58cc /nixos/release-combined.nix
parent5ee8efb7c500ba2226172b8e6c9e50cd9b54600e (diff)
nixosTests.gnome{xorg}: re-enable on aarch64
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index e4f1736f1a79..fc2b288a0424 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -68,8 +68,8 @@ in rec {
nixos.tests.chromium.x86_64-linux or []
(all nixos.tests.firefox)
(all nixos.tests.firewall)
- (except ["aarch64-linux"] nixos.tests.gnome3-xorg)
- (except ["aarch64-linux"] nixos.tests.gnome3)
+ (all nixos.tests.gnome3-xorg)
+ (all nixos.tests.gnome3)
(except ["aarch64-linux"] nixos.tests.pantheon)
nixos.tests.installer.zfsroot.x86_64-linux or [] # ZFS is 64bit only
(except ["aarch64-linux"] nixos.tests.installer.lvm)