{pkgs ? import {}}: pkgs.mkShell { packages = with pkgs; [ pandoc jq sassc ]; }