summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Bettens <louis@bettens.info>2022-03-29 14:38:18 +0200
committerLouis Bettens <louis@bettens.info>2022-03-30 10:33:17 +0200
commitf760f24de31ba7f01d3eecc017b499e738eefaec (patch)
tree6491e1c86bc9e5032f8083df28a4f66a7cc9be22
parentd1eb392e95c2ec286162bd567c5e15d8fdc1a855 (diff)
doc/release-notes: document cosmoc removal
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 830b0c2efcd3..2095e99fd792 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1190,6 +1190,13 @@
example.
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>pkgs.cosmopolitan</literal> no longer provides the
+ <literal>cosmoc</literal> command. It has been moved to
+ <literal>pkgs.cosmoc</literal>.
+ </para>
+ </listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-22.05-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 91ca2882ef12..abef4a167512 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -429,6 +429,8 @@ In addition to numerous new and upgraded packages, this release has the followin
See the `vscode` package for a more detailed example.
+- `pkgs.cosmopolitan` no longer provides the `cosmoc` command. It has been moved to `pkgs.cosmoc`.
+
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
## Other Notable Changes {#sec-release-22.05-notable-changes}