mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
This commit introduces a `withExtensions` function, to allow for downloading and using the other installable parts of nrfutil. It also introduces support for aarch64-linux, as well as updating the program.
273 B
273 B
nrfutil
nrfutil can be built with its installables as following:
(nrfutil.withExtensions [
"nrfutil-completion"
"nrfutil-device"
"nrfutil-trace"
])
Keep in mind that all installables might not be available for every supported platform.