about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2024-01-09 07:34:28 -0600
committerMadoura <madouura@gmail.com>2024-01-16 15:06:04 -0600
commit1de7b377f411b920b22f050b28ab67d0203b82c4 (patch)
tree4e27220b56b689335df0d42dc9eac30485454e14 /nixos/doc/manual/release-notes
parentac1638d014fdb76df76d15a6deee8687635f34a8 (diff)
downloadnixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.tar
nixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.tar.gz
nixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.tar.bz2
nixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.tar.lz
nixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.tar.xz
nixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.tar.zst
nixlib-1de7b377f411b920b22f050b28ab67d0203b82c4.zip
rl-2405: change note for bcachefs to be 'linuxPackages_latest'
Diffstat (limited to 'nixos/doc/manual/release-notes')
-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 c075149a0e5d..5c7b169ff8da 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.