qc71_laptop: add updateScript

+5
+5
pkgs/os-specific/linux/qc71_laptop/default.nix
··· 4 4 fetchFromGitHub, 5 5 kernel, 6 6 kernelModuleMakeFlags, 7 + nix-update-script, 7 8 }: 8 9 9 10 stdenv.mkDerivation rec { ··· 29 30 install -D qc71_laptop.ko -t $out/lib/modules/${kernel.modDirVersion}/extra 30 31 runHook postInstall 31 32 ''; 33 + 34 + passthru.updateScript = nix-update-script { 35 + extraArgs = [ "--version=branch" ]; 36 + }; 32 37 33 38 meta = with lib; { 34 39 description = "Linux driver for QC71 laptop";