1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

tests: add comment to download_emulators.sh about nix shell

This commit is contained in:
Tomas Susanka 2020-06-19 07:12:08 +00:00
parent 4239e8d551
commit 67b50f0fc6

View File

@ -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