diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-26T20·00+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-26T20·00+0000 |
commit | 72abb43577e3c80acf6dfaab4a3de080476e8803 (patch) | |
tree | 1b09db4fb5b567919f385556a09422246b330918 | |
parent | 8f805a29d10ca7080aec0f07feca49fc22a631a3 (diff) |
chore(lisp/dns): Add 'message.lisp' to build instructions
-rw-r--r-- | lisp/dns/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dns/default.nix b/lisp/dns/default.nix index 134540b2be2b..242608658f23 100644 --- a/lisp/dns/default.nix +++ b/lisp/dns/default.nix @@ -13,6 +13,7 @@ pkgs.nix.buildLisp.library { srcs = [ ./package.lisp + ./message.lisp ./client.lisp ]; } |