.envrc (812B)
1 # set to false if you don't care to include android stuff 2 export use_android=${NOTEDECK_ENABLE_ANDROID:-true} 3 export android_emulator=false 4 export ANDROID_DIR=crates/notedeck_chrome/android 5 6 use nix --arg use_android $use_android --arg android_emulator $android_emulator 7 8 # you can put secret keys in here 9 source .privenv || : 10 11 # macos codesigning secrets 12 source scripts/macos_build_secrets.sh || : 13 14 export PATH=$PATH:$HOME/.cargo/bin 15 export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245 16 17 export OLLAMA_HOST=http://ollama.jb55.com 18 19 # simple todo reminders 20 export TODO_FILE=TODO 21 22 export RUST_LOG="egui=debug,egui-winit=debug,notedeck=debug,notedeck_columns=debug,notedeck_chrome=debug,enostr=debug,android_activity=debug,lnsocket=trace,notedeck_clndash=debug" 23 24 2>/dev/null todo.sh ls || :