mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
nixos-rebuild-ng: do not hide uname -n
stderr
This commit is contained in:
parent
9645a0f81c
commit
57910dc355
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user