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