{ nixpkgs ? import , ... }: let pkgs = nixpkgs { config = {}; overlays = [ (import ./overlay.nix) ]; }; in pkgs.poseidoc