{ writeShellApplication, kobo-utils, ... }: writeShellApplication { name = "kobo-install"; runtimeInputs = [ kobo-utils ]; text = '' echo "hi" ''; }