Commit 01af132e authored by April John's avatar April John
Browse files

tuxedo-drivers: add update script

parent 45139715
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";