Skip to content

Commit

Permalink
direnv: make args explicit so its easy to change
Browse files Browse the repository at this point in the history
for direnv enjoyers

Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed May 15, 2024
1 parent c7a1ca5 commit bc5ff48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
use nix
# 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

export PATH=$PATH:$HOME/.cargo/bin
export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245
Expand Down

0 comments on commit bc5ff48

Please sign in to comment.