repair button press

This commit is contained in:
Fabien Freling 2023-12-18 23:03:56 +01:00
parent 25fa800391
commit 8b1fe0a9be
2 changed files with 4 additions and 1 deletions

View file

@ -30,6 +30,8 @@
devShells.default = with pkgs;
mkShell {
LD_LIBRARY_PATH = lib.makeLibraryPath [ stdenv.cc.cc ]; # For libstdc++.so.6
ANDROID_HOME = "foo/bar";
nativeBuildInputs = [ clang just android-tools godot_4 ];
buildInputs = [ sqlite ];
};