mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
qemu-vm service: quote arguments in qemu runner
This commit is contained in:
parent
65da25997d
commit
220d0decaf
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ let
|
|||
${qemuGraphics} \
|
||||
${toString config.virtualisation.qemu.options} \
|
||||
$QEMU_OPTS \
|
||||
$@
|
||||
"$@"
|
||||
'';
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue