about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-16 12:01:24 +0000
committerGitHub <noreply@github.com>2024-01-16 12:01:24 +0000
commit7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631 (patch)
tree12a4cf8d8d8a52b76c5993078c14a48f37d47660 /nixos/doc
parentfcc077d447de6e99a5de7fc6d0e5fcbcacb596eb (diff)
parent1eb71774d56ae63bbdece9933606dee45c9e1e94 (diff)
downloadnixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.tar
nixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.tar.gz
nixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.tar.bz2
nixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.tar.lz
nixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.tar.xz
nixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.tar.zst
nixlib-7e5906aca49e7ac5d1e477d3611ed1c0d3f8c631.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index bc03a0cd0e77..261c5f65acc8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -197,5 +197,7 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   replaces the need for the `extraPackages` option, this option will be
   deprecated in future releases.
 
+- The `mpich` package expression now requires `withPm` to be a list, e.g. `"hydra:gforker"` becomes `[ "hydra" "gforker" ]`.
+
 - QtMultimedia has changed its default backend to `QT_MEDIA_BACKEND=ffmpeg` (previously `gstreamer` on Linux or `darwin` on MacOS).
   The previous native backends remain available but are now minimally maintained. Refer to [upstream documentation](https://doc.qt.io/qt-6/qtmultimedia-index.html#ffmpeg-as-the-default-backend) for further details about each platform.