# use like `haredoc bufio::read_line` { pkgs, ... }: { sane.programs.haredoc = { sandbox.method = "bwrap"; sandbox.whitelistPwd = true; #< search for function documentation below the current directory env.HAREPATH = "${pkgs.hare}/src/hare/stdlib"; }; }