"Release" 25.11 Hooray
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 34m0s

This commit is contained in:
2025-12-04 22:27:33 +00:00
parent 4433395125
commit 8e95b1ba2a
12 changed files with 91 additions and 95 deletions

View File

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