linux_surface 5.10.19->5.13.4

This commit is contained in:
Devin Singh
2021-08-02 11:55:36 -05:00
parent 09ed30ff3b
commit c8cbe52953
6 changed files with 158 additions and 160 deletions

View File

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