idk
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
stdenv,
|
||||
lib,
|
||||
buildLinux,
|
||||
pkgs,
|
||||
rpiVersion ? 5,
|
||||
namespace,
|
||||
kernelVersion ? "stable",
|
||||
@@ -16,7 +17,7 @@ let
|
||||
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec kernelVersion null;
|
||||
sources = mkAllSources selected;
|
||||
sources = mkAllSources pkgs selected;
|
||||
|
||||
modDirVersion = selected.variables.modDirVersion;
|
||||
tag = kernelVersion; # sources.tag;
|
||||
|
||||
Reference in New Issue
Block a user