{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ (callPackage ./.nix { pkgs = pkgs; }).reveal-md ]; }