idk shits so fucked lol
This commit is contained in:
@@ -14,12 +14,12 @@ let
|
||||
inherit (lib.${namespace}) selectVariant mkAllSources;
|
||||
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
selected = selectVariant versionSpec "lts" null;
|
||||
vars = selected.variables or { };
|
||||
sources = mkAllSources selected;
|
||||
|
||||
modDirVersion = vars.modDirVersion;
|
||||
tag = vars.tag;
|
||||
modDirVersion = selected.variables.modDirVersion;
|
||||
tag = "stable";
|
||||
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
|
||||
|
||||
# all of these fail for various reasons
|
||||
|
||||
Reference in New Issue
Block a user