fix missing lib function
This commit is contained in:
parent
1df130d203
commit
c5172753cb
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue