mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
add stable kernel
This commit is contained in:
parent
6b63ee9828
commit
25b46a0be0
3 changed files with 24 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ u-boot-src
|
||||
, rpi-linux-stable-src
|
||||
, rpi-linux-6_6_67-src
|
||||
, rpi-linux-6_10_12-src
|
||||
, rpi-firmware-src
|
||||
|
|
@ -9,6 +10,7 @@
|
|||
final: prev:
|
||||
let
|
||||
versions = {
|
||||
v6_6_51.src = rpi-linux-stable-src;
|
||||
v6_6_67.src = rpi-linux-6_6_67-src;
|
||||
v6_10_12 = {
|
||||
src = rpi-linux-6_10_12-src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue