about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2023-11-23 10:36:57 -0800
committerJonathan Ringer <jonringer117@gmail.com>2023-12-03 07:23:45 -0800
commit05f1bc9654f16ec18bfd1518fe441b7a161341e6 (patch)
treed79f2f850a1dbf66d36c89ebd16d736776c8228f /nixos/doc
parentc7c1388e82b88378b46a9d37e7ad2e1adf23961b (diff)
downloadnixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.tar
nixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.tar.gz
nixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.tar.bz2
nixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.tar.lz
nixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.tar.xz
nixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.tar.zst
nixlib-05f1bc9654f16ec18bfd1518fe441b7a161341e6.zip
nixos/manual: add entry for addDriverRunpath
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
1 files changed, 3 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 bfd4bcee63d3..15696e802c12 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -34,6 +34,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
 
+- `addDriverRunpath` has been added to facilitate the deprecation of the old `addOpenGLRunpath` setuphook. This change is motivated by the evolution of the setuphook to include all hardware acceleration.
+
 - Cinnamon has been updated to 6.0. Please beware that the [Wayland session](https://blog.linuxmint.com/?p=4591) is still experimental in this release.
 
 - Programs written in [Nim](https://nim-lang.org/) are built with libraries selected by lockfiles.
@@ -50,3 +52,4 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   - New instances of Gitea using MySQL now ignore the `[database].CHARSET` config option and always use the `utf8mb4` charset, existing instances should migrate via the `gitea doctor convert` CLI command.
 
 - The `hardware.pulseaudio` module now sets permission of pulse user home directory to 755 when running in "systemWide" mode. It fixes [issue 114399](https://github.com/NixOS/nixpkgs/issues/114399).
+