1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-11 04:45:45 +00:00

docs(core): fix nix-shell flag name

[no changelog]
This commit is contained in:
Roman Zeyde 2025-04-02 09:07:41 +03:00 committed by Roman Zeyde
parent 14907ecd88
commit 3c405602b0

View File

@ -29,7 +29,7 @@ With `PYOPT=0`, most of the execution time is spent formatting and writing logs,
If you're using Nix, you can use Valgrind and KCachegrind packages from our `shell.nix`:
```
nix-shell --args devTools true --run "poetry shell"
nix-shell --arg devTools true --run "poetry shell"
```
Record profiling data on some device tests: