Merge branch 'up/master' into microsoft/surface/refactor-kernel-code

This commit is contained in:
mexisme
2022-12-05 12:13:34 +13:00
6 changed files with 180 additions and 3 deletions

View File

@@ -24,10 +24,10 @@ let
linuxPackagesFor' = linuxPackagesFor buildLinux';
in recurseIntoAttrs linuxPackagesFor';
linux-5_16_11 = linuxPackage (
pkgs.callPackage ./linux-5.16.11.nix { inherit repos; }
linux-5_19_17 = linuxPackage (
pkgs.callPackage ./linux-5.19.17.nix { inherit repos; }
);
in {
boot.kernelPackages = linux-5_16_11;
boot.kernelPackages = linux-5_19_17;
}