Merge branch 'master' into microsoft/surface/kernel-6.6

This commit is contained in:
mexisme
2024-01-15 22:50:33 +13:00
16 changed files with 169 additions and 301 deletions

View File

@@ -7,19 +7,19 @@ let
cfg = config.microsoft-surface;
version = "6.6.8";
version = "6.6.10";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage2 {
inherit version kernelPatches;
sha256 = "sha256-UDbENOEeSzbY2j9ImFH3+CnPeF+n94h0aFN6nqRXJBY=";
sha256 = "sha256-nuYn5MEJrsf8o+2liY6B0gGvLH6y99nX2UwfDhIFVGw=";
};
in {
options.microsoft-surface.kernelVersion = mkOption {
type = types.enum [ version ];
type = types.enum [ version majorVersion ];
};
config = mkIf (cfg.kernelVersion == version) {