Fernando Ayats
Fernando Ayats
I understand the point, but I don't see how it can fit nicely in the current NH CLI.
Maybe this can be integrated with #208
It should be a new step after the build in `build.yaml` that calls `nh darwin build ...`
Paste the output with `--verbose`
nh is not crashing there
If it's a darwin issue I have no idea then
`--bypass-root-check` bypasses the check for calling nh as the root user. It is meant to be used for calling nh as root. Perhaps the wording on the warning log is...
It is a no-op: it calls switch-to-configurarion unconditionally. Then it fails because you have to call switch-to-configuration as root.
If anything, nh should crash if you are passing the flag and euid is not root's.
The question is why do you want to use this flag at all, if you just want the behaviour without the flag.