linuxPackages.xpadneo: add updateScript
This commit is contained in:
parent
23d741d802
commit
c6312707b8
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue