blob: 5767b0e0b946617be7989ad6cdd7f71bf8b7fed8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# nrfutil {#sec-nrfutil}
nrfutil can be built with its installables as following:
```nix
(nrfutil.withExtensions [
"nrfutil-completion"
"nrfutil-device"
"nrfutil-trace"
])
```
Keep in mind that all installables might not be available for every supported platform.
|