Nix expr: Expose `populateHawkSourceInfo`
fixes 8055cd134
(I forgot to update the automagic docs when adding `-A IDEs.kate`)
This commit is contained in:
parent
92f762b0c0
commit
8e3486a50a
|
@ -39,7 +39,9 @@ Nix functions and data:
|
|||
- `buildExtraManagedDepsFor`
|
||||
- `buildUnmanagedDepsFor`
|
||||
- `depsForHistoricalRelease`
|
||||
- `IDEs`
|
||||
- `launchScriptsForLocalBuild`
|
||||
- `populateHawkSourceInfo`
|
||||
- `releaseTagSourceInfos`
|
||||
- `splitReleaseArtifact`
|
||||
<!-- MARKER_FOR_HELPER_SCRIPT_END -->
|
||||
|
|
|
@ -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}");
|
||||
|
|
Loading…
Reference in New Issue