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