mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Merge branch 'microsoft/surface/refactor-kernel-code' into microsoft/surface/kernel-6.0.11
This commit is contained in:
commit
76c6688e86
3 changed files with 78 additions and 2 deletions
|
|
@ -28,6 +28,14 @@ let
|
|||
pkgs.callPackage ./linux-5.19.17.nix { inherit repos; }
|
||||
);
|
||||
|
||||
linux-6_0_11 = linuxPackage (
|
||||
pkgs.callPackage ./linux-6.0.11.nix { inherit repos; }
|
||||
);
|
||||
|
||||
in {
|
||||
<<<<<<< Updated upstream
|
||||
boot.kernelPackages = linux-5_19_17;
|
||||
=======
|
||||
boot.kernelPackages = linux-6_0_11;
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue