{ pkgs, ... }: pkgs.writeTextFile { name = "log-wrapper-docker-postgres"; text = builtins.readFile ./wrapper.sh; executable = true; }