surface/kernel: 5.16.11 -> 5.19.17

This commit is contained in:
Christoph Charles
2022-12-04 17:34:44 +01:00
parent 7883883d13
commit 250d6991c9
5 changed files with 153 additions and 92 deletions

View File

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