mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
parent
437962ebb2
commit
27d47f3983
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ let
|
||||||
|
|
||||||
my $machine = createMachine({ ${hdFlags}
|
my $machine = createMachine({ ${hdFlags}
|
||||||
cdrom => glob("${iso}/iso/*.iso"),
|
cdrom => glob("${iso}/iso/*.iso"),
|
||||||
qemuFlags => "${qemuFlags} ${optionalString testChannel (toString (qemuNICFlags 1 1 2))}" });
|
qemuFlags => "${qemuFlags} " . '${optionalString testChannel (toString (qemuNICFlags 1 1 2))}' });
|
||||||
$machine->start;
|
$machine->start;
|
||||||
|
|
||||||
${optionalString testChannel ''
|
${optionalString testChannel ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue