tests/miriway: Refer to upstream issue about keyboard problem

OPNA2608 b2a74bc0 4f3353c7

Changed files
+4 -1
nixos
tests
+4 -1
nixos/tests/miriway.nix
···
meta = {
maintainers = with lib.maintainers; [ OPNA2608 ];
-
# FIXME On ARM Miriway inside the VM doesn't receive keyboard inputs, why?
+
# Natively running Mir has problems with capturing the first registered libinput device.
+
# In our VM runners on ARM and on some hardware configs (my RPi4, distro-independent), this misses the keyboard.
+
# It can be worked around by dis- and reconnecting the affected hardware, but we can't do this in these tests.
+
# https://github.com/MirServer/mir/issues/2837
broken = pkgs.stdenv.hostPlatform.isAarch;
};