{ writeShellApplication, # Dependencies. mpc, beets, }: writeShellApplication { name = "mpp-searchadd"; text = builtins.readFile ./mpp-searchadd.sh; inheritPath = false; runtimeInputs = [ mpc beets ]; }