From 62abdb31c4e403f1c97f40f822721ea4919c4b99 Mon Sep 17 00:00:00 2001 From: fuwa Date: Thu, 19 Dec 2019 14:06:19 +0800 Subject: [PATCH] update nix --- etc/nix/shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/nix/shell.nix b/etc/nix/shell.nix index 3a76407..baddbb1 100644 --- a/etc/nix/shell.nix +++ b/etc/nix/shell.nix @@ -82,7 +82,7 @@ with nixpkgs; ; profile = '' export ANDROID_HOME=~/SDK/Android/Sdk - PATH=~/scm/flutter/vendor/flutter/bin:$PATH + PATH=~/local/sdk/flutter/bin:$PATH PATH=~/SDK/Android/android-studio/bin:$PATH export ANDROID_NDK_VERSION=r20 @@ -96,7 +96,6 @@ with nixpkgs; 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 export ANDROID_NDK_ROOT_WOW=~/SDK/Android/ndk-archive/android-ndk-$ANDROID_NDK_VERSION_WOW