Open cab404 opened 1 month ago
Problems like this are one of the reasons that I prefer the wrapper.
The problem is that nom can’t tell which part of the input were stdout and which ones stderr.
I honestly forgot. Have you tried what happens if stdout is not passed to nom?
Problems like this are one of the reasons that I prefer the wrapper.
Wrapper is nice as long as I don't receive everything over ssh. Can I specify what to wrap?
No, not currently. The main point of the wrapper was that it can add some flags to nix-build without you needing to worry about it.
(nushell is used cause output is nice)
It should probably be possible to just print out non-json stuff from stdin to stdout instead of stderr? I am not sure if it will break anything.