···1919- `base16-builder` node package has been removed due to lack of upstream maintenance.
2020- `gentium` package now provides `Gentium-*.ttf` files, and not `GentiumPlus-*.ttf` files like before. The font identifiers `Gentium Plus*` are available in the `gentium-plus` package, and if you want to use the more recently updated package `gentium` [by sil](https://software.sil.org/gentium/), you should update your configuration files to use the `Gentium` font identifier.
2121- `space-orbit` package has been removed due to lack of upstream maintenance. Debian upstream stopped tracking it in 2011.
2222-- `command-not-found` package is now disabled by default; it works only for nix-channels based systems, and requires setup for it to work.
2222+2323- Derivations setting both `separateDebugInfo` and one of `allowedReferences`, `allowedRequistes`, `disallowedReferences` or `disallowedRequisites` must now set `__structuredAttrs` to `true`. The effect of reference whitelisting or blacklisting will be disabled on the `debug` output created by `separateDebugInfo`.
2424- `victoriametrics` no longer contains VictoriaLogs components. These have been separated into the new package `victorialogs`.
2525
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···149149150150- NixOS display manager modules now strictly use tty1, where many of them previously used tty7. Options to configure display managers' VT have been dropped. A configuration with a display manager enabled will not start `getty@tty1.service`, even if the system is forced to boot into `multi-user.target` instead of `graphical.target`.
151151152152+- `command-not-found` package is now disabled by default; it works only for nix-channels based systems, and requires setup for it to work.
153153+152154## Other Notable Changes {#sec-release-25.11-notable-changes}
153155154156<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->