{ pkgs ? import { overlays = [ (import ./overlay.nix) ]; } }: qemu = pkgs.patched-qemu; }