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:
parent
14907ecd88
commit
3c405602b0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user