mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
linuxPackages.xpadneo: add updateScript
This commit is contained in:
parent
23d741d802
commit
c6312707b8
@ -4,6 +4,7 @@
|
|||||||
, kernel
|
, kernel
|
||||||
, bluez
|
, bluez
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -39,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
xpadneo = nixosTests.xpadneo;
|
xpadneo = nixosTests.xpadneo;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Advanced Linux driver for Xbox One wireless controllers";
|
description = "Advanced Linux driver for Xbox One wireless controllers";
|
||||||
homepage = "https://atar-axis.github.io/xpadneo";
|
homepage = "https://atar-axis.github.io/xpadneo";
|
||||||
|
Loading…
Reference in New Issue
Block a user