linux: fix version

This commit is contained in:
Motiejus Jakštys 2024-02-29 10:12:26 +02:00
parent 6e9f22ecdf
commit b53fb749bb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in {
boot = {
kernelPackages = let
branch = "6.8";
version = "${branch}-rc1";
version = "${branch}.0-rc1";
in
crossPkgs.linuxPackagesFor (crossPkgs.buildLinux {
inherit version;