feat: automatically parse jhovold's kernel version
This commit is contained in:
parent
06c0bc1b3f
commit
6e515f7988
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ in
|
|||
{
|
||||
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
||||
src = inputs.linux-jhovold;
|
||||
version = "6.12.0-rc2";
|
||||
version = let
|
||||
lock = builtins.fromJSON (builtins.readFile ../flake.lock);
|
||||
in builtins.elemAt (builtins.tail (builtins.split "xp-" lock.nodes.linux-jhovold.original.ref)) 1;
|
||||
|
||||
defconfig = "johan_defconfig";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue