summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim.deh@pm.me>2021-09-11 15:42:22 -0600
committerGitHub <noreply@github.com>2021-09-11 15:42:22 -0600
commit8e2f255cb69ffe1829e15552600fa1b0d859754e (patch)
treeca2a90b8b29876bd1dae3e30631047be9c0360d4 /nixos/doc
parent9f761047cc4d3a7d6b9bbf498fd4f93864e9b311 (diff)
parent44853e8cf338e9b42c1d3069287b9655658325bb (diff)
downloadnixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.tar
nixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.tar.gz
nixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.tar.bz2
nixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.tar.lz
nixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.tar.xz
nixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.tar.zst
nixpkgs-8e2f255cb69ffe1829e15552600fa1b0d859754e.zip
Merge pull request #137325 from figsoda/git-module
nixos/git: init
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 5554927b8b2..c723a6dd2ad 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -232,6 +232,13 @@
           <link linkend="opt-services.nats.enable">services.nats</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://git-scm.com">git</link>, a
+          distributed version control system. Available as
+          <link xlink:href="options.html#opt-programs.git.enable">programs.git</link>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-incompatibilities">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 00844d529b7..440069988d0 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -71,6 +71,8 @@ subsonic-compatible api. Available as [navidrome](#opt-services.navidrome.enable
 
 - [nats](https://nats.io/), a high performance cloud and edge messaging system. Available as [services.nats](#opt-services.nats.enable).
 
+- [git](https://git-scm.com), a distributed version control system. Available as [programs.git](options.html#opt-programs.git.enable).
+
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}