notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit a16d5b3a058c2517e0960b94dd3f05c4ff43907a
parent 26c4d90be38f5b12f34d76d591a0a256d5eb100a
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  1 Jul 2024 06:22:16 -0700

env: allow private things like secret keys

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
M.envrc | 4+++-
M.gitignore | 1+
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.envrc b/.envrc @@ -4,6 +4,8 @@ export android_emulator=false use nix --arg use_android $use_android --arg android_emulator $android_emulator +# you can put secret keys in here +source .privenv || : + export PATH=$PATH:$HOME/.cargo/bin export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245 - diff --git a/.gitignore b/.gitignore @@ -2,6 +2,7 @@ .buildcmd perf.data perf.data.old +.privenv target queries/damus-notifs.json .git