lol

resholve: add release note for API reorg

authored by

Travis A. Everett and committed by
Yt
1e29572c 368346c5

+32
+27
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
··· 1296 1296 </listitem> 1297 1297 <listitem> 1298 1298 <para> 1299 + Existing <literal>resholve*</literal> functions have been 1300 + renamed and nested under <literal>pkgs.resholve</literal>. 1301 + Update uses to: 1302 + </para> 1303 + <itemizedlist spacing="compact"> 1304 + <listitem> 1305 + <para> 1306 + <literal>resholvePackage</literal> -&gt; 1307 + <literal>resholve.mkDerivation</literal> 1308 + </para> 1309 + </listitem> 1310 + <listitem> 1311 + <para> 1312 + <literal>resholveScript</literal> -&gt; 1313 + <literal>resholve.writeScript</literal> 1314 + </para> 1315 + </listitem> 1316 + <listitem> 1317 + <para> 1318 + <literal>resholveScriptBin</literal> -&gt; 1319 + <literal>resholve.writeScriptBin</literal> 1320 + </para> 1321 + </listitem> 1322 + </itemizedlist> 1323 + </listitem> 1324 + <listitem> 1325 + <para> 1299 1326 <literal>pkgs.cosmopolitan</literal> no longer provides the 1300 1327 <literal>cosmoc</literal> command. It has been moved to 1301 1328 <literal>pkgs.cosmoc</literal>.
+5
nixos/doc/manual/release-notes/rl-2205.section.md
··· 456 456 457 457 See the `vscode` package for a more detailed example. 458 458 459 + - Existing `resholve*` functions have been renamed and nested under `pkgs.resholve`. Update uses to: 460 + - `resholvePackage` -> `resholve.mkDerivation` 461 + - `resholveScript` -> `resholve.writeScript` 462 + - `resholveScriptBin` -> `resholve.writeScriptBin` 463 + 459 464 - `pkgs.cosmopolitan` no longer provides the `cosmoc` command. It has been moved to `pkgs.cosmoc`. 460 465 461 466 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->