Skip to content

Commit b6c5dfc

Browse files
avnikastro
authored andcommitted
qemu: fix devices arg
Regression introduced in Github PR #356 Signed-off-by: Alexander V. Nikolaev <[email protected]>
1 parent e5705d2 commit b6c5dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ lib.warnIf (mem == 2048) ''
303303
extraArgs
304304
)
305305
+ " " + # Move vfio-pci outside of
306-
(lib.concatMapStringsSep " " ({ bus, path, qemu,... }: {
306+
lib.concatStringsSep " " (lib.concatMap ({ bus, path, qemu,... }: {
307307
pci = [
308308
"-device" "vfio-pci,host=${path},multifunction=on${
309309
# Allow to pass additional arguments to pci device

0 commit comments

Comments
 (0)