Files
notedeck/.envrc
William Casarin 54deb2dd88 switch to profiling crates
This switches to the profiling crate for compatible
profiling between rust libraries.

To enable:

$ cargo build --release --features puffin

Feel free to experiment with other profiling backends
as well! Would be great to get tracy working.
2025-03-23 11:30:18 -07:00

19 lines
509 B
Bash

# set to false if you don't care to include android stuff
export use_android=true
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 || :
# macos codesigning secrets
source scripts/macos_build_secrets.sh || :
export PATH=$PATH:$HOME/.cargo/bin
export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245
# simple todo reminders
export TODO_FILE=TODO
2>/dev/null todo.sh ls || :