{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ go virt-viewer virt-manager ]; }