docs(nixos/release-notes): add note about deepin removal (#444902)

This commit is contained in:
jopejoe1
2025-09-25 04:50:24 +00:00
committed by GitHub
2 changed files with 2 additions and 7 deletions

View File

@@ -315,13 +315,6 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
deepin = {
members = [ wineee ];
scope = "Maintain deepin desktop environment and related packages.";
shortName = "DDE";
enableFeatureFreezePing = true;
};
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [

View File

@@ -315,6 +315,8 @@
- `services.pds` has been renamed to `services.bluesky-pds`.
- `services.xserver.desktopManager.deepin` and associated packages have been removed due to being unmaintained. See issue [#422090](https://github.com/NixOS/nixpkgs/issues/422090) for more details.
- The new option [networking.ipips](#opt-networking.ipips) has been added to create IP within IP kind of tunnels (including 4in6, ip6ip6 and ipip).
With the existing [networking.sits](#opt-networking.sits) option (6in4), it is now possible to create all combinations of IPv4 and IPv6 encapsulation.