Skip to content

Commit

Permalink
qc71_slimbook_laptop: add updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasFA committed Jan 7, 2025
1 parent 21f5c11 commit 555ebd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/os-specific/linux/qc71_slimbook_laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
kernel,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -33,6 +34,10 @@ stdenv.mkDerivation rec {
runHook postInstall
'';

passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch=slimbook" ];
};

meta = with lib; {
description = "Linux driver for QC71 laptop, with Slimbook patches";
homepage = "https://github.com/Slimbook-Team/qc71_laptop/";
Expand Down

0 comments on commit 555ebd1

Please sign in to comment.