{ pkgs, ... }: { log = import ./log { inherit pkgs; }; merge = import ./merge { inherit pkgs; }; }