They weren't actually preventing anything in this case anyway.
YZL3D22OCN3XMDIVF34D4WX3S53ANEF3T3KW3YEYOWZEPR5VXNKQC try {nh $command ...$final_args} catch { |e|if not $quiet { print-notify "Error: Rebuild failed, run manually in a terminal." }exit 1
if $remote {try {NH_BYPASS_ROOT_CHECK=true NH_NO_CHECKS=true nh $command ...$final_args} catch { |e|print-notify "Error: Rebuild failed, run manually in a terminal."exit 1}} else {try {sudo NH_BYPASS_ROOT_CHECK=true NH_NO_CHECKS=true nh $command ...$final_args} catch { |e|print-notify "Error: Rebuild failed, run manually in a terminal."exit 1}