{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.xorriso pkgs.p7zip pkgs.python3 ]; }