1 import ./make-test-python.nix ({ lib, pkgs, ... }: {
3 meta.maintainers = with lib.maintainers; [ kira-bruneau ];
7 config.hardware.xpadneo.enable = true;
11 # This is just a sanity check to make sure the module was
12 # loaded. We'd have to find some way to mock an xbox controller if
13 # we wanted more in-depth testing.
16 machine.succeed("modinfo hid_xpadneo | grep 'version:\s\+${pkgs.linuxPackages.xpadneo.version}'")