Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 340fc9e

Browse files
committed
default to stable kernel
1 parent 25b46a0 commit 340fc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ in
1414
options = with lib; {
1515
raspberry-pi-nix = {
1616
kernel-version = mkOption {
17-
default = "v6_6_67";
17+
default = "v6_6_51";
1818
type = types.str;
1919
description = "Kernel version to build.";
2020
};

0 commit comments

Comments
 (0)