From 091e6c505040bebca0473f31caec22965f3c631c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 18 Aug 2024 19:03:52 +0200 Subject: [PATCH] Add nrfutil (#423) --- programs/nrfutil.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/nrfutil.json diff --git a/programs/nrfutil.json b/programs/nrfutil.json new file mode 100644 index 0000000..2b541df --- /dev/null +++ b/programs/nrfutil.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.nrfutil", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport NRFUTIL_HOME=\"$XDG_DATA_HOME\"/nrfutil\n```\n" + } + ], + "name": "nrfutil" +} -- 2.47.3