From 1ee3a7b2bf030e0eec11fbf43c2acc8dd462ac22 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 27 Nov 2020 19:49:24 +0100 Subject: feat(tvix): run the test-vm with ncurses support This allows users to use C-A C to access the QEMU console while within the VM terminal. From there you can control the process (e.g. kill it). Change-Id: If2eec2e385fd27fc4e20921dcad78be7390f9d2b Reviewed-on: https://cl.tvl.fyi/c/depot/+/2167 Reviewed-by: glittershark Tested-by: BuildkiteCI --- third_party/nix/test-vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/test-vm.nix') diff --git a/third_party/nix/test-vm.nix b/third_party/nix/test-vm.nix index 2a10568268..8f77441b7d 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}" -- cgit 1.4.1