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>2023-05-09 18:02:32 +0000
committerGitHub <noreply@github.com>2023-05-09 18:02:32 +0000
commitb5b52a946a6df0f81ca8b1c636bd9e5e96a223df (patch)
tree3bfd65191a7ca49a8c8b876363f882c194f43adf /nixos/doc
parentb872b6b45c2b798e5ce362126a87ea8ffb696faa (diff)
parenta33b57c471cf0c8b31926fc54cbfabfee16f876c (diff)
downloadnixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.tar
nixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.tar.gz
nixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.tar.bz2
nixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.tar.lz
nixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.tar.xz
nixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.tar.zst
nixlib-b5b52a946a6df0f81ca8b1c636bd9e5e96a223df.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 09af5ef988c1..b8f2a5c0b3dc 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -345,6 +345,8 @@ In addition to numerous new and upgraded packages, this release has the followin
   `services.dnsmasq.extraConfig` will be deprecated when NixOS 22.11 reaches
   end of life.
 
+- `kube3d` has now been renamed to `k3d` since the 3d editor that originally took that name has been dropped from nixpkgs. `kube3d` will continue to work as an alias for now.
+
 - The `dokuwiki` service is now configured via `services.dokuwiki.sites.<name>.settings` attribute set; `extraConfig` has been removed.
   The `{aclUse,superUser,disableActions}` attributes have been renamed accordingly. `pluginsConfig` now only accepts an attribute set of booleans.
   Passing plain PHP is no longer possible.