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:
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…
Reference in New Issue
Block a user