naming
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user