{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ scdoc ]; }