Update kernel from 6.6.54 to 6.6.67

This commit is contained in:
Jamie Magee 2024-12-26 11:07:45 -08:00
parent aaec735faf
commit 97c51868c6
4 changed files with 10 additions and 10 deletions

View file

@ -14,7 +14,7 @@ in
options = with lib; {
raspberry-pi-nix = {
kernel-version = mkOption {
default = "v6_6_54";
default = "v6_6_67";
type = types.str;
description = "Kernel version to build.";
};