kernel: bump to 5.15.2

also moved linux-tkg to flake inputs
This commit is contained in:
LavaDesu 2021-11-12 21:54:23 +07:00
parent a09a252024
commit 598b7e8241
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 38 additions and 28 deletions

View file

@ -1,12 +1,13 @@
{ buildLinux
, callPackage
, inputs
, kernelPatches
, lib
, ...
} @ args:
let
sources = callPackage ./sources.nix {};
sources = callPackage ./sources.nix { inherit inputs; };
in buildLinux (args // {
inherit (sources) src kernelPatches;
version = "${sources.version}-tkg-Lava";
@ -17,7 +18,6 @@ in buildLinux (args // {
structuredExtraConfig = with lib.kernel; builtins.mapAttrs (_: value: lib.mkForce value) {
LOCALVERSION = freeform "-tkg-Lava";
ZENIFY = yes;
FUTEX2 = yes;
MHASWELL = yes;
WINESYNC = module;