mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-19 16:24:19 +01:00
19 lines
664 B
Bash
19 lines
664 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
|
|
|
|
export JACK=npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m
|
|
export VROD=npub1h50pnxqw9jg7dhr906fvy4mze2yzawf895jhnc3p7qmljdugm6gsrurqev
|
|
export JEFFG=npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc
|