mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-21 09:14:19 +01:00
12 lines
362 B
Bash
12 lines
362 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 || :
|
|
|
|
export PATH=$PATH:$HOME/.cargo/bin
|
|
export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245
|