{pkgs ? import {}}: pkgs.mkShell { name = "pompom"; packages = with pkgs; [ pkg-config alsa-lib ]; }