1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ writeShellApplication, # Dependencies. mpc, beets, }: writeShellApplication { name = "mpp-searchadd"; text = builtins.readFile ./mpp-searchadd.sh; inheritPath = false; runtimeInputs = [ mpc beets ]; }