summaryrefslogtreecommitdiff
path: root/config.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-17 19:37:05 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-17 19:37:05 -0600
commit1bf3639c5154701b264ca3f95b42c928dd11e345 (patch)
tree9433421a9270b5bfcb5fcde649f22422c3aa3a2b /config.nix
parent7fd816ba89cb4d924d89b2f7e07028644dce0c7f (diff)
home: support android-dev
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.nix b/config.nix
new file mode 100644
index 0000000..8d78534
--- /dev/null
+++ b/config.nix
@@ -0,0 +1,3 @@
+{
+ android_sdk.accept_license = true;
+}