This commit is contained in:
mjallen18
2026-01-15 09:41:43 -06:00
parent a58a9da64e
commit 26746873f3

View File

@@ -39,9 +39,9 @@ lib.overrideDerivation
(buildLinux ( (buildLinux (
args args
// { // {
version = "${modDirVersion}-${tag}"; version = "${modDirVersion}-${tag}-rpi${toString rpiVersion}";
inherit modDirVersion; inherit modDirVersion;
pname = "linux-rpi"; pname = "linux-rpi${toString rpiVersion}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "raspberrypi"; owner = "raspberrypi";