{ ... }:
let
pkgs = (import <nixpkgs> { overlays = [ (import ./overlay.nix) ]);
in {
qemu = pkgs.patched-qemu;
}