Skip to content

Commit

Permalink
stratovirt: run through unbuffer to emulate a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jun 26, 2024
1 parent cc831e7 commit 49d0333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/runners/stratovirt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ in {

command = lib.escapeShellArgs (
[
"${pkgs.expect}/bin/unbuffer"
"${pkgs.stratovirt}/bin/stratovirt"
"-name" hostName
"-machine" machine
Expand Down

0 comments on commit 49d0333

Please sign in to comment.