{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ just librsvg tup ]; }