linuxPackages.xpadneo: add updateScript

This commit is contained in:
Kira Bruneau
2024-02-14 15:09:20 -05:00
parent 23d741d802
commit c6312707b8
@@ -4,6 +4,7 @@
, kernel
, bluez
, nixosTests
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
@@ -39,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
xpadneo = nixosTests.xpadneo;
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Advanced Linux driver for Xbox One wireless controllers";
homepage = "https://atar-axis.github.io/xpadneo";