chibipub

experimental activitypub node in C
git clone git://jb55.com/chibipub
Log | Files | Refs | README | LICENSE

commit 2cbd1a35f0d3ffb7ca4c6ec50305d01de7693695
parent cb7b55daa664285f5de4db448d03e40f4a5c1ee7
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 25 Oct 2021 13:16:47 -0700

allow for local env

Diffstat:
M.envrc | 2++
M.gitignore | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.envrc b/.envrc @@ -1,3 +1,5 @@ use nix export TODO_FILE=TODO + +source .env_local diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ .build-result +/.env_local /chibipub *.o *.a