fix missing lib function

This commit is contained in:
chaos 2024-07-20 13:14:45 +01:00
parent 1df130d203
commit c5172753cb
No known key found for this signature in database

View file

@ -6,6 +6,7 @@
}: let }: let
inherit (lib.strings) concatStringsSep; inherit (lib.strings) concatStringsSep;
inherit (lib.lists) forEach; inherit (lib.lists) forEach;
inherit (lib.modules) mkMerge;
ports = { ports = {
mpd = 6600; mpd = 6600;