Skip to content

Commit

Permalink
shell: Remove android stuff
Browse files Browse the repository at this point in the history
It doesn't eval rn.
  • Loading branch information
adisbladis committed Nov 4, 2023
1 parent 9ba2baf commit b727b7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ pkgs.mkShell {
pkgs.clang-tools # clang-format
pkgs.nixpkgs-fmt

androidSDK
# androidSDK

pythonEnv

pkgs.protobuf
embeddedproto
];

# Android workarounds
JAVA_HOME = "${pkgs.openjdk.home}";
GRADLE_OPTS = "-Dorg.gradle.project.android.aapt2FromMavenOverride=${androidSDK}/share/android-sdk/build-tools/34.0.0/aapt2";
# # Android workarounds
# JAVA_HOME = "${pkgs.openjdk.home}";
# GRADLE_OPTS = "-Dorg.gradle.project.android.aapt2FromMavenOverride=${androidSDK}/share/android-sdk/build-tools/34.0.0/aapt2";

shellHook = ''
export PATH=${builtins.toString ./pkgs/espressos-web/node_modules/.bin}:"$PATH"
Expand Down

0 comments on commit b727b7a

Please sign in to comment.