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