{ config, callPackage }:
callPackage ../tools/tools/adminer.nix {
  adminer = null;
  forcePhpSocket = config.services.phpfpm.pools.adminer.socket;
}