diff options
author | Vincent Ambo <tazjin@google.com> | 2020-06-07T22·50+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-06-07T23·31+0100 |
commit | a97094cc3e2a452deb013c1d1bb68f2447d7040f (patch) | |
tree | 1f54ace864f7d8ec4e870c6c8d6530c36ca1598d | |
parent | 923ca074fff10eb60732f2ab2705ae211ae3a871 (diff) |
chore: Add //net to local package trees r/886
-rw-r--r-- | default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix index cf70c704a99f..9af5a8fe5362 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; |