in the flake devshell we can set environment variables, and do so for BITCOIND_EXE
similarly, we should specify a full path for the test so that if the environment we're in has an nginx that isn't built with streaming support like we require for the websockets stuff then it won't be used by mistake generating test failures
this should provide a better user experience for nix haters too, as the integration test can just skip gracefully unless they opt into it by specifying the nginx they want to use
followup to #1220 (review)