{ distribution ? null , services ? null , system ? builtins.currentSystem , pkgs ? import { inherit system; } }: let callPackage = pkgs.lib.callPackageWith (pkgs // self); self = { PostgresDB = callPackage ./PostgresDB {}; TtrssService = callPackage ./Ttrss {}; }; in self