Nix expr: Expose `populateHawkSourceInfo`

fixes 8055cd134
(I forgot to update the automagic docs when adding `-A IDEs.kate`)
This commit is contained in:
YoshiRulz 2024-07-29 21:04:26 +10:00
parent 92f762b0c0
commit 8e3486a50a
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ Nix functions and data:
- `buildExtraManagedDepsFor`
- `buildUnmanagedDepsFor`
- `depsForHistoricalRelease`
- `IDEs`
- `launchScriptsForLocalBuild`
- `populateHawkSourceInfo`
- `releaseTagSourceInfos`
- `splitReleaseArtifact`
<!-- MARKER_FOR_HELPER_SCRIPT_END -->

View File

@ -161,7 +161,7 @@ in {
];
latestVersionFrag = lib.head releaseFrags;
combined = pp // asmsFromReleaseArtifacts // releasesEmuHawkInstallables // {
inherit depsForHistoricalRelease releaseTagSourceInfos;
inherit depsForHistoricalRelease populateHawkSourceInfo releaseTagSourceInfos;
bizhawkAssemblies = pp.buildAssembliesFor (fillTargetOSDifferences hawkSourceInfoDevBuild);
"bizhawkAssemblies-${latestVersionFrag}" = pp.buildAssembliesFor
(fillTargetOSDifferences releaseTagSourceInfos."info-${latestVersionFrag}");