Update inputs
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 6m13s

This commit is contained in:
2024-03-18 17:41:41 +00:00
parent f540edb361
commit ace979c226
2 changed files with 266 additions and 96 deletions

View File

@@ -22,8 +22,8 @@ rec {
};
kernel = {
lts = pkgs: pkgs.linuxKernel.packages.linux_6_1;
latest = pkgs: pkgs.linuxKernel.packages.linux_6_6;
lts = pkgs: pkgs.linuxKernel.packages.linux_6_6;
latest = pkgs: pkgs.linuxKernel.packages.linux_6_8;
};
nginx = rec {