about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-01-18 15:55:47 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-01-18 23:40:28 +0100
commitef6f8783ea42565020efaf8d37638849817e09a9 (patch)
treec2623aea526c8de2f6b961c4ec1bd197b7bcfd36 /nixos
parentdd3cc89b723d885aeeefa75490326b72757f06ed (diff)
downloadnixlib-ef6f8783ea42565020efaf8d37638849817e09a9.tar
nixlib-ef6f8783ea42565020efaf8d37638849817e09a9.tar.gz
nixlib-ef6f8783ea42565020efaf8d37638849817e09a9.tar.bz2
nixlib-ef6f8783ea42565020efaf8d37638849817e09a9.tar.lz
nixlib-ef6f8783ea42565020efaf8d37638849817e09a9.tar.xz
nixlib-ef6f8783ea42565020efaf8d37638849817e09a9.tar.zst
nixlib-ef6f8783ea42565020efaf8d37638849817e09a9.zip
nixos/doc/rl-2205.section.md: Hint to avoid merge conflicts
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 068984d0e151..feac58f05e8b 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -53,6 +53,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [rstudio-server](https://www.rstudio.com/products/rstudio/#rstudio-server), a browser-based version of the RStudio IDE for the R programming language. Available as [services.rstudio-server](options.html#opt-services.rstudio-server.enable).
 
+<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+
 ## Backward Incompatibilities {#sec-release-22.05-incompatibilities}
 
 - `pkgs.ghc` now refers to `pkgs.targetPackages.haskellPackages.ghc`.
@@ -130,6 +132,8 @@ In addition to numerous new and upgraded packages, this release has the followin
   [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md)
   configuration.
 
+<!-- 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}
 
 - The option [services.redis.servers](#opt-services.redis.servers) was added
@@ -207,3 +211,5 @@ In addition to numerous new and upgraded packages, this release has the followin
 - Renamed option `services.openssh.challengeResponseAuthentication` to `services.openssh.kbdInteractiveAuthentication`.
   Reason is that the old name has been deprecated upstream.
   Using the old option name will still work, but produce a warning.
+
+<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->