mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
add stable kernel
This commit is contained in:
parent
6b63ee9828
commit
25b46a0be0
3 changed files with 24 additions and 0 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -60,6 +60,7 @@
|
||||||
"rpi-firmware-src": "rpi-firmware-src",
|
"rpi-firmware-src": "rpi-firmware-src",
|
||||||
"rpi-linux-6_10_12-src": "rpi-linux-6_10_12-src",
|
"rpi-linux-6_10_12-src": "rpi-linux-6_10_12-src",
|
||||||
"rpi-linux-6_6_67-src": "rpi-linux-6_6_67-src",
|
"rpi-linux-6_6_67-src": "rpi-linux-6_6_67-src",
|
||||||
|
"rpi-linux-stable-src": "rpi-linux-stable-src",
|
||||||
"rpicam-apps-src": "rpicam-apps-src",
|
"rpicam-apps-src": "rpicam-apps-src",
|
||||||
"u-boot-src": "u-boot-src"
|
"u-boot-src": "u-boot-src"
|
||||||
}
|
}
|
||||||
|
|
@ -149,6 +150,23 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"rpi-linux-stable-src": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1728403745,
|
||||||
|
"narHash": "sha256-phCxkuO+jUGZkfzSrBq6yErQeO2Td+inIGHxctXbD5U=",
|
||||||
|
"owner": "raspberrypi",
|
||||||
|
"repo": "linux",
|
||||||
|
"rev": "5aeecea9f4a45248bcf564dec924965e066a7bfd",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "raspberrypi",
|
||||||
|
"ref": "stable_20241008",
|
||||||
|
"repo": "linux",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"rpicam-apps-src": {
|
"rpicam-apps-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,10 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2";
|
url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2";
|
||||||
};
|
};
|
||||||
|
rpi-linux-stable-src = {
|
||||||
|
flake = false;
|
||||||
|
url = "github:raspberrypi/linux/stable_20241008";
|
||||||
|
};
|
||||||
rpi-linux-6_6_67-src = {
|
rpi-linux-6_6_67-src = {
|
||||||
flake = false;
|
flake = false;
|
||||||
url = "github:raspberrypi/linux/rpi-6.6.y";
|
url = "github:raspberrypi/linux/rpi-6.6.y";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{ u-boot-src
|
{ u-boot-src
|
||||||
|
, rpi-linux-stable-src
|
||||||
, rpi-linux-6_6_67-src
|
, rpi-linux-6_6_67-src
|
||||||
, rpi-linux-6_10_12-src
|
, rpi-linux-6_10_12-src
|
||||||
, rpi-firmware-src
|
, rpi-firmware-src
|
||||||
|
|
@ -9,6 +10,7 @@
|
||||||
final: prev:
|
final: prev:
|
||||||
let
|
let
|
||||||
versions = {
|
versions = {
|
||||||
|
v6_6_51.src = rpi-linux-stable-src;
|
||||||
v6_6_67.src = rpi-linux-6_6_67-src;
|
v6_6_67.src = rpi-linux-6_6_67-src;
|
||||||
v6_10_12 = {
|
v6_10_12 = {
|
||||||
src = rpi-linux-6_10_12-src;
|
src = rpi-linux-6_10_12-src;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue