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

Commit 25b46a0

Browse files
committed
add stable kernel
1 parent 6b63ee9 commit 25b46a0

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

flake.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
flake = false;
88
url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2";
99
};
10+
rpi-linux-stable-src = {
11+
flake = false;
12+
url = "github:raspberrypi/linux/stable_20241008";
13+
};
1014
rpi-linux-6_6_67-src = {
1115
flake = false;
1216
url = "github:raspberrypi/linux/rpi-6.6.y";

overlays/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ u-boot-src
2+
, rpi-linux-stable-src
23
, rpi-linux-6_6_67-src
34
, rpi-linux-6_10_12-src
45
, rpi-firmware-src
@@ -9,6 +10,7 @@
910
final: prev:
1011
let
1112
versions = {
13+
v6_6_51.src = rpi-linux-stable-src;
1214
v6_6_67.src = rpi-linux-6_6_67-src;
1315
v6_10_12 = {
1416
src = rpi-linux-6_10_12-src;

0 commit comments

Comments
 (0)