From 3aa7278f27e9f4fa8b0e18c780de38e902360f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 28 Nov 2021 15:01:35 +0100 Subject: [PATCH] nixosTests.keymap.qwertz: reduce platforms in `tested` In particular, aarch64-linux variant doesn't work on Hydra, so at least avoid this blocking the 21.11 channel. (cherry picked from commit 3c2e73c2eaf81a7e32df8fc61d13e17c7780a1e5) --- nixos/release-combined.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 34183c0ba9ff..57e1234855f9 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -92,7 +92,7 @@ in rec { (onFullSupported "nixos.tests.keymap.dvorak") (onFullSupported "nixos.tests.keymap.dvorak-programmer") (onFullSupported "nixos.tests.keymap.neo") - (onFullSupported "nixos.tests.keymap.qwertz") + (onSystems ["x86_64-linux"] "nixos.tests.keymap.qwertz") (onFullSupported "nixos.tests.latestKernel.login") (onFullSupported "nixos.tests.lightdm") (onFullSupported "nixos.tests.login")