flake: Fix vm run command path

pull/95/head
Tristan Daniël Maat 2024-03-11 04:50:48 +01:00
parent c44c9fd8e8
commit aaa9a164f7
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
writeShellScript "run-vm" ''
export QEMU_OPTS="-m 3941 -smp 2 -display curses"
export QEMU_NET_OPTS="${qemuNetOpts}"
"${vm.config.system.build.vm}/bin/run-tlaternet-vm"
"${vm.config.system.build.vm}/bin/run-testvm-vm"
'';
update-pkgs = let