irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
51 stars 16 forks source link

fix building under nixos #58

Closed hatch01 closed 5 months ago

hatch01 commented 5 months ago

Very simple fix to build under NixOS. On NixOS, /bin/bash is not here, so the build failed. So it is much stronger to use /usr/bin/env bash.