lib: Update latest kernel
This commit is contained in:
parent
ce0c194761
commit
1df34e0515
@ -27,7 +27,7 @@ rec {
|
|||||||
|
|
||||||
kernel = {
|
kernel = {
|
||||||
lts = pkgs: pkgs.linuxKernel.packages.linux_6_6;
|
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 {
|
nginx = rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user