about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
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;