Merge master into staging-nixos

This commit is contained in:
nixpkgs-ci[bot]
2025-10-22 18:08:06 +00:00
committed by GitHub
130 changed files with 1127 additions and 343 deletions

View File

@@ -258,6 +258,10 @@
- `services.gateone` has been removed as the package was removed such that it does not work.
- `teleport` has been upgraded from major version 17 to major version 18.
Refer to [upstream upgrade instructions](https://goteleport.com/docs/upgrading/overview/)
and [release notes for v18](https://goteleport.com/docs/changelog/#1800-070325).
- `services.dwm-status.extraConfig` was replaced by [RFC0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md)-compliant [](#opt-services.dwm-status.settings), which is used to generate the config file. `services.dwm-status.order` is now moved to [](#opt-services.dwm-status.settings.order), as it's a part of the config file.
- `gitversion` was updated to 6.3.0, which includes a number of breaking changes, old configurations may need updating or they will cause the tool to fail to run.