On Wed, Apr 1, 2026 at 4:58 PM Gary Guo <[email protected]> wrote: > > The scripts/rust_is_available.sh change looks correct to me, although I > couldn't > get scripts/rust_is_available_test.py to run on NixOS. > > Looks like it filtered out PATH but uses /usr/bin/env to find python binary? > For > obvious reasons that will only work if python is located /usr/bin/python.
Yeah, the script has some assumptions on it (e.g. it also assumes `dash` behavior vs. `bash` in a couple tests which I should relax too). Happy to change that. Thanks for testing it :) Cheers, Miguel
