lib: Update latest kernel
Some checks failed
CI / Check, build and cache Nix flake (push) Successful in 33m0s
Installer / Build installer (push) Failing after 5m31s

This commit is contained in:
Jack O'Sullivan 2024-06-01 17:21:27 +01:00
parent ce0c194761
commit 1df34e0515

View File

@ -27,7 +27,7 @@ rec {
kernel = {
lts = pkgs: pkgs.linuxKernel.packages.linux_6_6;
latest = pkgs: pkgs.linuxKernel.packages.linux_6_8;
latest = pkgs: pkgs.linuxKernel.packages.linux_6_9;
};
nginx = rec {