tests: add comment to download_emulators.sh about nix shell

pull/1077/head
Tomas Susanka 4 years ago
parent 4239e8d551
commit 67b50f0fc6

@ -10,5 +10,6 @@ wget --no-check-certificate -e robots=off --no-verbose --no-clobber --no-parent
chmod u+x emulators/trezor-emu-*
if [ -f /etc/NIXOS ]; then
# for this to work you need to run ./download_emulators.sh outside the main nix shell
cd emulators && nix-shell --run "autoPatchelf trezor-emu*"
fi

Loading…
Cancel
Save