From e50c362244be69c12a6d4f320c6ca00475d2de34 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 22 Jan 2020 18:04:26 +0000 Subject: feat(lisp/dns): Check in very early DNS-over-HTTPS client This includes very barebones support for querying TXT and MX records right now. The returned structure is not turned into a more convenient format and error handling is, well, NIL. --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index ad9e332cbf..cda18ee7f3 100644 --- a/default.nix +++ b/default.nix @@ -32,6 +32,7 @@ let fun = readTree ./fun; nix = readTree ./nix; ops = readTree ./ops; + lisp = readTree ./lisp; presentations = readTree ./presentations; third_party = readTree ./third_party; tools = readTree ./tools; -- cgit 1.4.1