nftable-migration
 1source $stdenv/setup
 2ls $stdenv
 3
 4BINARIES="gh-prcheck gh-actionfollow gh-clone gh-issuef gh-issuecreate gh-completer git-branch-cleanup git-remote-branch git-wt-delete git-wt-create"
 5
 6mkdir -p $out/bin
 7for b in ${BINARIES}; do
 8	cp $src/git/${b} $out/bin/
 9done
10
11installShellCompletion --cmd gh-issuecreate --zsh $src/git/_gh-issuecreate
12installShellCompletion --cmd gh-clone --zsh $src/git/_gh-clone