tuxedo-drivers: add update script
This commit is contained in:
parent
4513971596
commit
01af132eb6
@ -6,6 +6,7 @@
|
||||
kernelModuleMakeFlags,
|
||||
kmod,
|
||||
pahole,
|
||||
gitUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -29,6 +30,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"INSTALL_MOD_PATH=${placeholder "out"}"
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
meta = {
|
||||
broken = stdenv.hostPlatform.isAarch64 || (lib.versionOlder kernel.version "5.5");
|
||||
description = "Keyboard and hardware I/O driver for TUXEDO Computers laptops";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user