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: {
|
localPkgs = readTree: {
|
||||||
fun = readTree ./fun;
|
fun = readTree ./fun;
|
||||||
|
lisp = readTree ./lisp;
|
||||||
|
net = readTree ./net;
|
||||||
nix = readTree ./nix;
|
nix = readTree ./nix;
|
||||||
ops = readTree ./ops;
|
ops = readTree ./ops;
|
||||||
lisp = readTree ./lisp;
|
|
||||||
presentations = readTree ./presentations;
|
presentations = readTree ./presentations;
|
||||||
third_party = readTree ./third_party;
|
third_party = readTree ./third_party;
|
||||||
tools = readTree ./tools;
|
tools = readTree ./tools;
|
||||||
|
|
Loading…
Reference in a new issue