@raito This gives me more output but ultimately still just seems to be JSON-wrapped strings... based on an evaluation of a bunch of different "Nix GUI" codebases, it seems the answer is basically just "use regex to parse the output"?
@joepie91
At my phone so can't check what it prints, but there is also a `--log-format internal-json` that nom¹ uses which might give more details than regular json.
@joepie91 --log-format json ?