From c5172753cbec0862b532971efa7f086db32a0a56 Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 20 Jul 2024 13:14:45 +0100 Subject: [PATCH] fix missing lib function --- hosts/hetzner-arm/profiles/mpd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hetzner-arm/profiles/mpd.nix b/hosts/hetzner-arm/profiles/mpd.nix index 8508f5c..f77ce3c 100644 --- a/hosts/hetzner-arm/profiles/mpd.nix +++ b/hosts/hetzner-arm/profiles/mpd.nix @@ -6,6 +6,7 @@ }: let inherit (lib.strings) concatStringsSep; inherit (lib.lists) forEach; + inherit (lib.modules) mkMerge; ports = { mpd = 6600;