about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-25 06:01:04 +0000
committerGitHub <noreply@github.com>2024-01-25 06:01:04 +0000
commit5af80acc9abf4dac84f33ab4eebe2374f25659c8 (patch)
treeda80f9bbb73fae4ae567d35392a730405f407231 /nixos/doc/manual
parenta4b5a14b07c5a3f90bc868ee26a0a685b3f7f893 (diff)
parent06570e54184cb7f3aecb16c7c5ef82a871ce5873 (diff)
downloadnixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.tar
nixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.tar.gz
nixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.tar.bz2
nixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.tar.lz
nixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.tar.xz
nixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.tar.zst
nixlib-5af80acc9abf4dac84f33ab4eebe2374f25659c8.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 389b660ab4fc..263a1b4437e9 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -10,7 +10,7 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `screen`'s module has been cleaned, and will now require you to set `programs.screen.enable` in order to populate `screenrc` and add the program to the environment.
 
-- `linuxPackages_testing_bcachefs` is now fully deprecated by `linuxPackages_testing`, and is therefore no longer available.
+- `linuxPackages_testing_bcachefs` is now fully deprecated by `linuxPackages_latest`, and is therefore no longer available.
 
 - NixOS now installs a stub ELF loader that prints an informative error message when users attempt to run binaries not made for NixOS.
    - This can be disabled through the `environment.stub-ld.enable` option.