Use kernel 5.10.10 and latest linux-surface patches

This commit is contained in:
mexisme
2021-02-02 23:58:51 +13:00
parent bde79616d2
commit bbb5dec0e3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }:
{
boot.kernelPackages = pkgs.callPackage ./linux-5.10.2 {};
boot.kernelPackages = pkgs.callPackage ./linux-5.10.10 {};
}