{ ... }: let pkgs = import nixpkgs { inherit system; overlays = [ import ./overlay.nix; ]; }; in { patched-qemu = pkgs.patched-qemu; }