flake: Fix vm run command path
This commit is contained in:
parent
c44c9fd8e8
commit
aaa9a164f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue