{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs.buildPackages; [ libadwaita ]; nativeBuildInputs = with pkgs; [ pkg-config ]; }