mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-20 07:51:16 +01:00
Merge branch 'up/master' into microsoft/surface/kernel-6.0.11
This commit is contained in:
commit
3ad53f12b1
8 changed files with 190 additions and 93 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue