about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-06-07T22·50+0100
committerVincent Ambo <tazjin@google.com>2020-06-07T23·31+0100
commita97094cc3e2a452deb013c1d1bb68f2447d7040f (patch)
tree1f54ace864f7d8ec4e870c6c8d6530c36ca1598d /default.nix
parent923ca074fff10eb60732f2ab2705ae211ae3a871 (diff)
chore: Add //net to local package trees r/886
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index cf70c704a9..9af5a8fe53 100644
--- a/default.nix
+++ b/default.nix
@@ -34,9 +34,10 @@ let
 
   localPkgs = readTree: {
     fun           = readTree ./fun;
+    lisp          = readTree ./lisp;
+    net           = readTree ./net;
     nix           = readTree ./nix;
     ops           = readTree ./ops;
-    lisp          = readTree ./lisp;
     presentations = readTree ./presentations;
     third_party   = readTree ./third_party;
     tools         = readTree ./tools;