mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 15:00:58 +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-*
|
chmod u+x emulators/trezor-emu-*
|
||||||
|
|
||||||
if [ -f /etc/NIXOS ]; then
|
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*"
|
cd emulators && nix-shell --run "autoPatchelf trezor-emu*"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user