+2
nixos/doc/manual/release-notes/rl-2411.section.md
+2
nixos/doc/manual/release-notes/rl-2411.section.md
···- [Renovate](https://github.com/renovatebot/renovate), a dependency updating tool for various git forges and language ecosystems. Available as [services.renovate](#opt-services.renovate.enable).+- [Music Assistant](https://music-assistant.io/), a music library manager for your offline and online music sources which can easily stream your favourite music to a wide range of supported players. Available as [services.music-assistant](#opt-services.music-assistant.enable).- [wg-access-server](https://github.com/freifunkMUC/wg-access-server/), an all-in-one WireGuard VPN solution with a web ui for connecting devices. Available at [services.wg-access-server](#opt-services.wg-access-server.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+113
nixos/modules/services/audio/music-assistant.nix
+113
nixos/modules/services/audio/music-assistant.nix
···
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+21
nixos/tests/music-assistant.nix
+21
nixos/tests/music-assistant.nix
···
+71
pkgs/by-name/mu/music-assistant/ffmpeg.patch
+71
pkgs/by-name/mu/music-assistant/ffmpeg.patch
···+@@ -440,7 +440,7 @@ async def get_embedded_image(input_file: str | AsyncGenerator[bytes, None]) -> b
+35
pkgs/by-name/mu/music-assistant/frontend.nix
+35
pkgs/by-name/mu/music-assistant/frontend.nix
···
+119
pkgs/by-name/mu/music-assistant/package.nix
+119
pkgs/by-name/mu/music-assistant/package.nix
···+providerDependencies = lib.concatMap (provider: (providerPackages.${provider} python.pkgs)) providers;+description = "Music Assistant is a music library manager for various music sources which can easily stream to a wide range of supported players";+Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide+range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an
+78
pkgs/by-name/mu/music-assistant/providers.nix
+78
pkgs/by-name/mu/music-assistant/providers.nix
···
+218
pkgs/by-name/mu/music-assistant/update-providers.py
+218
pkgs/by-name/mu/music-assistant/update-providers.py
···+#!nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ jinja2 mashumaro orjson aiofiles packaging ])" -p pyright ruff isort
+42
pkgs/development/python-modules/memory-tempfile/default.nix
+42
pkgs/development/python-modules/memory-tempfile/default.nix
···+url = "https://github.com/mbello/memory-tempfile/commit/938a3a3abf01756b1629eca6c69e970021bbc7c0.patch";+description = "Create temporary files and temporary dirs in memory-based filesystems on Linux";
+37
pkgs/development/python-modules/py-opensonic/default.nix
+37
pkgs/development/python-modules/py-opensonic/default.nix
···
+3
pkgs/servers/home-assistant/build-custom-component/default.nix
+3
pkgs/servers/home-assistant/build-custom-component/default.nix
+2
pkgs/servers/home-assistant/custom-components/default.nix
+2
pkgs/servers/home-assistant/custom-components/default.nix
+34
pkgs/servers/home-assistant/custom-components/mass/default.nix
+34
pkgs/servers/home-assistant/custom-components/mass/default.nix
···+description = "Turn your Home Assistant instance into a jukebox, hassle free streaming of your favorite media to Home Assistant media players";
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
······