mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Update kernel from 6.6.54 to 6.6.67
This commit is contained in:
parent
aaec735faf
commit
97c51868c6
4 changed files with 10 additions and 10 deletions
|
|
@ -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.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue