Merge branch 'up/master' into microsoft/surface/kernel-6.0.11

This commit is contained in:
mexisme 2022-12-05 12:00:56 +13:00
commit 3ad53f12b1
8 changed files with 190 additions and 93 deletions

View file

@ -24,13 +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_2 = linuxPackage (
pkgs.callPackage ./linux-5.19.2.nix { inherit repos; }
linux-5_19_17 = linuxPackage (
pkgs.callPackage ./linux-5.19.17 { inherit repos; };
);
in {
boot.kernelPackages = linux-5_19_2;
boot.kernelPackages = linux-5_19_17;
}