chore: Add //net to local package trees
This commit is contained in:
parent
923ca074ff
commit
a97094cc3e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue