{ runCommand, makeWrapper, execline, fzf }: runCommand "choose" { inherit execline fzf; } '' install -d $out/bin substituteAll ${./choose.in} $out/bin/choose substituteAll ${./choosebin.in} $out/bin/choosebin chmod +x $out/bin/* ''