about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2023-06-13 13:23:46 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2023-06-13 13:23:46 +0200
commit90d11579d7cf1fb5fa478b5d0673b263814bc237 (patch)
tree1ed59fba68f82065548aa8a645883cd5b3971a51 /nixos
parent3c8dd9ff4815d1f7df6e4c8913d6d747df3e7500 (diff)
downloadnixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.tar
nixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.tar.gz
nixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.tar.bz2
nixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.tar.lz
nixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.tar.xz
nixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.tar.zst
nixlib-90d11579d7cf1fb5fa478b5d0673b263814bc237.zip
doc/release-notes: fix typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 259b835a810a..8837b225414c 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -201,7 +201,7 @@ In addition to numerous new and updated packages, this release has the following
 
 - `graylog` has been updated to version 5, which can not be updated directly from the previously packaged version 3.3. If you had installed the previously packaged version 3.3, please follow the [upgrade path](https://go2docs.graylog.org/5-0/upgrading_graylog/upgrade_path.htm) from 3.3 to 4.0 to 4.3 to 5.0.
 
-- `buildFHSUserEnv` is now called `buildFHSEnv` and uses FlatPak's Bubblewrap sandboxing tool rather than Nixpkgs' own chrootenv. The old chrootenv-based implemenation is still available via `buildFHSEnvChrootenv` but is considered deprecated and will be removed when the remaining uses inside Nixpkgs have been migrated. If your FHSEnv-wrapped application misbehaves when using the new bubblewrap implementation, please create an issue in Nixpkgs.
+- `buildFHSUserEnv` is now called `buildFHSEnv` and uses FlatPak's Bubblewrap sandboxing tool rather than Nixpkgs' own chrootenv. The old chrootenv-based implemenation is still available via `buildFHSEnvChroot` but is considered deprecated and will be removed when the remaining uses inside Nixpkgs have been migrated. If your FHSEnv-wrapped application misbehaves when using the new bubblewrap implementation, please create an issue in Nixpkgs.
 
 - `nushell` has been updated to at least version 0.77.0, which includes potential breaking changes in aliases. The old aliases are now available as `old-alias` but it is recommended you migrate to the new format. See [Reworked aliases](https://www.nushell.sh/blog/2023-03-14-nushell_0_77.html#reworked-aliases-breaking-changes-kubouch).