diff options
Diffstat (limited to 'third_party/nix')
-rw-r--r-- | third_party/nix/test-vm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/test-vm.nix b/third_party/nix/test-vm.nix index 2a1056826852..8f77441b7dbd 100644 --- a/third_party/nix/test-vm.nix +++ b/third_party/nix/test-vm.nix @@ -9,7 +9,7 @@ let nix.package = depot.third_party.nix; - virtualisation.qemu.options = [ "-nographic" ]; + virtualisation.qemu.options = [ "-nographic" "-curses" ]; nix.nixPath = [ "depot=${depot.depotPath}" |