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 (
args
// {
version = "${modDirVersion}-${tag}";
version = "${modDirVersion}-${tag}-rpi${toString rpiVersion}";
inherit modDirVersion;
pname = "linux-rpi";
pname = "linux-rpi${toString rpiVersion}";
src = fetchFromGitHub {
owner = "raspberrypi";