{ pkgs ? import {} }: pkgs.writeShellScriptBin "ports" '' ${pkgs.babashka}/bin/bb --init "${./ports}" -m port-tools -- "$@" || exit=$? exit $exit ''