mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-25 02:11:02 +01:00
Merge branch 'up/master' into microsoft/surface/refactor-kernel-code
This commit is contained in:
commit
52dd282ee3
6 changed files with 180 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue