tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.xpadneo: add updateScript
Kira Bruneau
2 years ago
c6312707
23d741d8
+3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
xpadneo
default.nix
+3
pkgs/os-specific/linux/xpadneo/default.nix
···
4
, kernel
5
, bluez
6
, nixosTests
0
7
}:
8
9
stdenv.mkDerivation (finalAttrs: {
···
38
passthru.tests = {
39
xpadneo = nixosTests.xpadneo;
40
};
0
0
41
42
meta = with lib; {
43
description = "Advanced Linux driver for Xbox One wireless controllers";
···
4
, kernel
5
, bluez
6
, nixosTests
7
+
, nix-update-script
8
}:
9
10
stdenv.mkDerivation (finalAttrs: {
···
39
passthru.tests = {
40
xpadneo = nixosTests.xpadneo;
41
};
42
+
43
+
passthru.updateScript = nix-update-script { };
44
45
meta = with lib; {
46
description = "Advanced Linux driver for Xbox One wireless controllers";