about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-22T18·04+0000
committerVincent Ambo <tazjin@google.com>2020-01-22T18·04+0000
commite50c362244be69c12a6d4f320c6ca00475d2de34 (patch)
tree6cda941b2f2d9c66a3b935e8b9a369f0b5d2ca21 /default.nix
parent98cc5f9fac9c2739e08486548a4c678e8d48965b (diff)
feat(lisp/dns): Check in very early DNS-over-HTTPS client r/448
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.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
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;