···3738- The `archipelago-minecraft` package was removed, as upstream no longer provides support for the Minecraft APWorld.
39000040- `tooling-language-server` has been renamed to `deputy` (both the package and binary), following the rename of the upstream project.
4142- `webfontkitgenerator` has been renamed to `webfont-bundler`, following the rename of the upstream project.
···3738- The `archipelago-minecraft` package was removed, as upstream no longer provides support for the Minecraft APWorld.
3940+- `navidrome` 0.58.0 introduces [multi-library support](https://www.navidrome.org/docs/usage/multi-library/)
41+ and backwards incompatible database migrations. Ensure backups are valid and run a Full Scan after
42+ starting the new version.
43+44- `tooling-language-server` has been renamed to `deputy` (both the package and binary), following the rename of the upstream project.
4546- `webfontkitgenerator` has been renamed to `webfont-bundler`, following the rename of the upstream project.
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···101102- The Pocket ID module ([`services.pocket-id`][#opt-services.pocket-id.enable]) and package (`pocket-id`) has been updated to 1.0.0. Some environment variables have been changed or removed, see the [migration guide](https://pocket-id.org/docs/setup/migrate-to-v1/).
10300104- []{#sec-release-25.11-incompatibilities-sourcehut-removed} The `services.sourcehut` module and corresponding `sourcehut` packages were removed due to being broken and unmaintained.
105106- The `dovecot` systemd service was renamed from `dovecot2` to `dovecot`. The former is now just an alias. Update any overrides on the systemd unit to the new name.
···101102- The Pocket ID module ([`services.pocket-id`][#opt-services.pocket-id.enable]) and package (`pocket-id`) has been updated to 1.0.0. Some environment variables have been changed or removed, see the [migration guide](https://pocket-id.org/docs/setup/migrate-to-v1/).
103104+- The `zigbee2mqtt` package was updated to version 2.x, which contains breaking changes. See the [discussion](https://github.com/Koenkk/zigbee2mqtt/discussions/24198) for further information.
105+106- []{#sec-release-25.11-incompatibilities-sourcehut-removed} The `services.sourcehut` module and corresponding `sourcehut` packages were removed due to being broken and unmaintained.
107108- The `dovecot` systemd service was renamed from `dovecot2` to `dovecot`. The former is now just an alias. Update any overrides on the systemd unit to the new name.
···1-From 1a260f75baabc304ea398aa67d203dd9aee11525 Mon Sep 17 00:00:00 2001
2-From: Chris Moultrie <821688+tebriel@users.noreply.github.com>
3-Date: Wed, 2 Jul 2025 21:12:22 -0400
4-Subject: [PATCH] test(fix): Use /bin/sh as mock_mpv.sh interpreter - 4301
5-6-Not all systems have bash at `/bin/bash`. `/bin/sh` is POSIX and should
7-be present on all systems making this much more portable. No bash
8-features are currently used in the script so this change should be safe.
9----
10- core/playback/mpv/mpv_test.go | 2 +-
11- 1 file changed, 1 insertion(+), 1 deletion(-)
12-13-diff --git a/core/playback/mpv/mpv_test.go b/core/playback/mpv/mpv_test.go
14-index 08432bef..20c02501 100644
15---- a/core/playback/mpv/mpv_test.go
16-+++ b/core/playback/mpv/mpv_test.go
17-@@ -372,7 +372,7 @@ goto loop
18- `
19- } else {
20- scriptExt = ".sh"
21-- scriptContent = `#!/bin/bash
22-+ scriptContent = `#!/bin/sh
23- echo "$0"
24- for arg in "$@"; do
25- echo "$arg"
26---
27-2.49.0
28-
···1-diff --git a/django/conf/__init__.py b/django/conf/__init__.py
2-index 28302440c7..278cfa5e62 100644
3---- a/django/conf/__init__.py
4-+++ b/django/conf/__init__.py
5-@@ -200,7 +200,7 @@ class Settings:
6- if hasattr(time, 'tzset') and self.TIME_ZONE:
7- # When we can, attempt to validate the timezone. If we can't find
8- # this file, no check happens and it's harmless.
9-- zoneinfo_root = Path('/usr/share/zoneinfo')
10-+ zoneinfo_root = Path('@zoneinfo@')
11- zone_info_file = zoneinfo_root.joinpath(*self.TIME_ZONE.split('/'))
12- if zoneinfo_root.exists() and not zone_info_file.exists():
13- raise ValueError("Incorrect timezone setting: %s" % self.TIME_ZONE)
···303 arb = throw "'arb' has been removed as it has been merged into 'flint3'"; # Added 2025-03-28
304 arcanist = throw "arcanist was removed as phabricator is not supported and does not accept fixes"; # Added 2024-06-07
305 archipelago-minecraft = throw "archipelago-minecraft has been removed, as upstream no longer ships minecraft as a default APWorld."; # Added 2025-07-15
0306 argo = argo-workflows; # Added 2025-02-01
307 aria = aria2; # Added 2024-03-26
308 artim-dark = aritim-dark; # Added 2025-07-27
···338 badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15
339 baget = throw "'baget' has been removed due to being unmaintained";
340 base16-builder = throw "'base16-builder' has been removed due to being unmaintained"; # Added 2025-06-03
0341 bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
342 bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17
343 bareboxTools = throw "bareboxTools has been removed due to lack of interest in maintaining it in nixpkgs"; # Added 2025-04-19
···303 arb = throw "'arb' has been removed as it has been merged into 'flint3'"; # Added 2025-03-28
304 arcanist = throw "arcanist was removed as phabricator is not supported and does not accept fixes"; # Added 2024-06-07
305 archipelago-minecraft = throw "archipelago-minecraft has been removed, as upstream no longer ships minecraft as a default APWorld."; # Added 2025-07-15
306+ archivebox = throw "archivebox has been removed, since the packaged version was stuck on django 3."; # Added 2025-08-01
307 argo = argo-workflows; # Added 2025-02-01
308 aria = aria2; # Added 2024-03-26
309 artim-dark = aritim-dark; # Added 2025-07-27
···339 badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15
340 baget = throw "'baget' has been removed due to being unmaintained";
341 base16-builder = throw "'base16-builder' has been removed due to being unmaintained"; # Added 2025-06-03
342+ baserow = throw "baserow has been removed, due to lack of maintenance"; # Added 2025-08-02
343 bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
344 bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17
345 bareboxTools = throw "bareboxTools has been removed due to lack of interest in maintaining it in nixpkgs"; # Added 2025-04-19
+1
pkgs/top-level/python-aliases.nix
···192 django-allauth-2fa = throw "django-allauth-2fa was removed because it was unused and django-allauth now contains 2fa logic itself."; # added 2025-02-15
193 django-sampledatahelper = throw "django-sampledatahelper was removed because it is no longer compatible to latest Django version"; # added 2022-07-18
194 django_2 = throw "Django 2 has reached it's projected EOL in 2022/04 and has therefore been removed."; # added 2022-03-05
0195 django_appconf = django-appconf; # added 2022-03-03
196 django_classytags = django-classy-tags; # added 2023-07-25
197 django_colorful = django-colorful; # added 2023-07-25
···192 django-allauth-2fa = throw "django-allauth-2fa was removed because it was unused and django-allauth now contains 2fa logic itself."; # added 2025-02-15
193 django-sampledatahelper = throw "django-sampledatahelper was removed because it is no longer compatible to latest Django version"; # added 2022-07-18
194 django_2 = throw "Django 2 has reached it's projected EOL in 2022/04 and has therefore been removed."; # added 2022-03-05
195+ django_3 = throw "Django 3 has reached it#s EOL in 2024-04 and has therefore been removed."; # added 2025-01-25
196 django_appconf = django-appconf; # added 2022-03-03
197 django_classytags = django-classy-tags; # added 2023-07-25
198 django_colorful = django-colorful; # added 2023-07-25