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