navidrome: move to by-name

This commit is contained in:
nu-nu-ko 2024-03-14 16:54:37 +13:00 committed by nuko
parent 1c0d10e4f4
commit aac46ef627
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@
, ffmpeg-headless
, taglib
, zlib
, makeWrapper
, nixosTests
, nix-update-script
, ffmpegSupport ? true

View File

@ -40958,8 +40958,6 @@ with pkgs;
gpio-utils = callPackage ../os-specific/linux/kernel/gpio-utils.nix { };
navidrome = callPackage ../servers/misc/navidrome { };
zalgo = callPackage ../tools/misc/zalgo { };
inherit (callPackage ../applications/misc/zettlr { }) zettlr;