{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ libao pkg-config gcc file ]; shellHook = '' ''; }