From c7972d63a5ad4957f6778927a559d4c199677cd9 Mon Sep 17 00:00:00 2001 From: fuwa Date: Fri, 21 Feb 2020 08:07:42 +0800 Subject: [PATCH] update shell --- Makefile | 4 ++-- etc/nix/shell.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00611d5..f23be95 100644 --- a/Makefile +++ b/Makefile @@ -71,11 +71,11 @@ collect: build: cd cyberwow && \ - flutter build apk --target-platform android-arm64 + flutter build apk --target-platform android-arm64 -v build-debug: cd cyberwow && \ - flutter build apk --debug --target-platform android-arm64 + flutter build apk --debug --target-platform android-arm64 -v install: build cd cyberwow && \ diff --git a/etc/nix/shell.nix b/etc/nix/shell.nix index 1d0749d..6c915bd 100644 --- a/etc/nix/shell.nix +++ b/etc/nix/shell.nix @@ -94,6 +94,7 @@ with nixpkgs; export PATH_NCURSES=${nixpkgs.ncurses5} export PATH + export _JAVA_AWT_WM_NONREPARENTING=1 export DART_VM_OPTIONS=--root-certs-file=/etc/ssl/certs/ca-certificates.crt export ANDROID_NDK_VERSION_WOW=r17c