Update inputs
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m28s

This commit is contained in:
2026-01-20 13:33:38 +00:00
parent 7951c777cb
commit c2d2fcaab6
13 changed files with 91 additions and 61 deletions

View File

@@ -30,7 +30,7 @@ rec {
kernel = {
lts = pkgs: pkgs.linuxKernel.packages.linux_6_12;
latest = pkgs: pkgs.linuxKernel.packages.linux_6_17;
latest = pkgs: pkgs.linuxKernel.packages.linux_6_18;
};
nginx = rec {