nix build

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-06-29 08:58:33 -04:00
parent c3b61ef581
commit 0c718cbbcc
3 changed files with 7 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
eval "$(lorri direnv)"

0
gradlew vendored Normal file → Executable file
View File

6
shell.nix Normal file
View File

@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> { config.android_sdk.accept_license = true; } }:
pkgs.androidenv.buildApp {
name = "Xesite";
platformVersions = [ "29" ];
}