Add flake.nix to project dir; update .gitignore; move init-vm script to project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
unset ANDROID_SDK_ROOT
|
||||
export ANDROID_HOME=$HOME/VM/archlinux/Android
|
||||
export PATH=$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/emulator:$PATH
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
Reference in New Issue
Block a user