surface/kernel: 5.13.4 -> 5.16.11

This commit is contained in:
kiana-S
2022-01-24 22:41:12 -05:00
committed by Jörg Thalheim
parent c3c66f6db4
commit 3e4d52da0a
5 changed files with 92 additions and 159 deletions

View File

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