From a97094cc3e2a452deb013c1d1bb68f2447d7040f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 7 Jun 2020 23:50:47 +0100 Subject: chore: Add //net to local package trees --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default.nix') 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; -- cgit 1.4.1