mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-21 16:31:16 +01:00
Fix-ups
This commit is contained in:
parent
a51973c994
commit
87adbffa11
2 changed files with 37 additions and 5 deletions
|
|
@ -1,20 +1,21 @@
|
|||
{ lib,
|
||||
fetchurl,
|
||||
repos,
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (lib) kernel;
|
||||
version = "5.19.2";
|
||||
branch = "5.19";
|
||||
patches = repos.linux-surface + "/patches/${branch}";
|
||||
|
||||
in {
|
||||
inherit version;
|
||||
inherit version branch;
|
||||
modDirVersion = version;
|
||||
branch = "5.19";
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
|
||||
sha256 = "sha256-SOQKH1UB7GxA48htPVMZIAtojy2TYPcoMwhNdIAf5j0=";
|
||||
};
|
||||
patches = repos.linux-surface + "/patches/${branch}";
|
||||
|
||||
kernelPatches = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue