We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefa3ca commit 1c0c468Copy full SHA for 1c0c468
lib/runners/cloud-hypervisor.nix
@@ -215,7 +215,7 @@ in {
215
else throw "Unsupported interface type ${type} for Cloud-Hypervisor"
216
) interfaces)
217
++
218
- arg "--device" (map ({ bus, path }: {
+ arg "--device" (map ({ bus, path, ... }: {
219
pci = "path=/sys/bus/pci/devices/${path}";
220
usb = throw "USB passthrough is not supported on cloud-hypervisor";
221
}.${bus}) devices)
0 commit comments