mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +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; {
|
options = with lib; {
|
||||||
raspberry-pi-nix = {
|
raspberry-pi-nix = {
|
||||||
kernel-version = mkOption {
|
kernel-version = mkOption {
|
||||||
default = "v6_6_67";
|
default = "v6_6_51";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "Kernel version to build.";
|
description = "Kernel version to build.";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue