nixos-rebuild-ng: do not hide uname -n stderr

This commit is contained in:
Thiago Kenji Okada 2024-12-10 23:19:03 +00:00
parent 9645a0f81c
commit 57910dc355

View File

@ -94,7 +94,7 @@ class Flake:
try:
return run_wrapper(
["uname", "-n"],
capture_output=True,
stdout=subprocess.PIPE,
remote=target_host,
).stdout.strip()
except (AttributeError, subprocess.CalledProcessError):