tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qc71_laptop: add updateScript
LucasFA
1 year ago
0d6d5b3a
846ed3d8
+5
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
qc71_laptop
default.nix
+5
pkgs/os-specific/linux/qc71_laptop/default.nix
···
4
4
fetchFromGitHub,
5
5
kernel,
6
6
kernelModuleMakeFlags,
7
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
33
+
34
34
+
passthru.updateScript = nix-update-script {
35
35
+
extraArgs = [ "--version=branch" ];
36
36
+
};
32
37
33
38
meta = with lib; {
34
39
description = "Linux driver for QC71 laptop";