fix missing lib function
This commit is contained in:
parent
1df130d203
commit
c5172753cb
|
@ -6,6 +6,7 @@
|
|||
}: let
|
||||
inherit (lib.strings) concatStringsSep;
|
||||
inherit (lib.lists) forEach;
|
||||
inherit (lib.modules) mkMerge;
|
||||
|
||||
ports = {
|
||||
mpd = 6600;
|
||||
|
|
Loading…
Reference in a new issue