···12961296 </listitem>
12971297 <listitem>
12981298 <para>
12991299+ Existing <literal>resholve*</literal> functions have been
13001300+ renamed and nested under <literal>pkgs.resholve</literal>.
13011301+ Update uses to:
13021302+ </para>
13031303+ <itemizedlist spacing="compact">
13041304+ <listitem>
13051305+ <para>
13061306+ <literal>resholvePackage</literal> ->
13071307+ <literal>resholve.mkDerivation</literal>
13081308+ </para>
13091309+ </listitem>
13101310+ <listitem>
13111311+ <para>
13121312+ <literal>resholveScript</literal> ->
13131313+ <literal>resholve.writeScript</literal>
13141314+ </para>
13151315+ </listitem>
13161316+ <listitem>
13171317+ <para>
13181318+ <literal>resholveScriptBin</literal> ->
13191319+ <literal>resholve.writeScriptBin</literal>
13201320+ </para>
13211321+ </listitem>
13221322+ </itemizedlist>
13231323+ </listitem>
13241324+ <listitem>
13251325+ <para>
12991326 <literal>pkgs.cosmopolitan</literal> no longer provides the
13001327 <literal>cosmoc</literal> command. It has been moved to
13011328 <literal>pkgs.cosmoc</literal>.
+5
nixos/doc/manual/release-notes/rl-2205.section.md
···456456457457 See the `vscode` package for a more detailed example.
458458459459+- Existing `resholve*` functions have been renamed and nested under `pkgs.resholve`. Update uses to:
460460+ - `resholvePackage` -> `resholve.mkDerivation`
461461+ - `resholveScript` -> `resholve.writeScript`
462462+ - `resholveScriptBin` -> `resholve.writeScriptBin`
463463+459464- `pkgs.cosmopolitan` no longer provides the `cosmoc` command. It has been moved to `pkgs.cosmoc`.
460465461466<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->