Due to the lack of /bin/bash xbstrap doesn't work on Nix OS when recipes shell out. References to /bin/bash should be replaced with `/usr/bin/env bash`.
Due to the lack of /bin/bash xbstrap doesn't work on Nix OS when recipes shell out. References to /bin/bash should be replaced with
/usr/bin/env bash.