mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
default to stable kernel
This commit is contained in:
parent
25b46a0be0
commit
340fc9e380
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
options = with lib; {
|
||||
raspberry-pi-nix = {
|
||||
kernel-version = mkOption {
|
||||
default = "v6_6_67";
|
||||
default = "v6_6_51";
|
||||
type = types.str;
|
||||
description = "Kernel version to build.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue