about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-05-15 22:40:29 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2023-05-15 22:40:29 +0200
commit447657c2de3b4e0d445e8c000650e97af6d7cc7f (patch)
tree8269a0f7832ba0cc4e65436131136533164161cf /nixos
parent1f68716877f8fde4c9f70ee2b237b3f405792b98 (diff)
downloadnixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.tar
nixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.tar.gz
nixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.tar.bz2
nixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.tar.lz
nixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.tar.xz
nixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.tar.zst
nixlib-447657c2de3b4e0d445e8c000650e97af6d7cc7f.zip
mir: Pull patch to fix evdev device misses
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/miriway.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/tests/miriway.nix b/nixos/tests/miriway.nix
index d0d9f16d40f9..9000e9278197 100644
--- a/nixos/tests/miriway.nix
+++ b/nixos/tests/miriway.nix
@@ -3,11 +3,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
 
   meta = {
     maintainers = with lib.maintainers; [ OPNA2608 ];
-    # 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;
   };
 
   nodes.machine = { config, ... }: {