update zsh config in shell.nix

pull/6/head
fuwa 4 years ago
parent be397fc05c
commit ec07428e6d

@ -38,7 +38,7 @@ let
with nixpkgs; with nixpkgs;
(buildFHSUserEnv { (buildFHSUserEnv {
name = "sora-tuner-env" name = "cyberwow-build-env"
; targetPkgs = pkgs: (with pkgs; ; targetPkgs = pkgs: (with pkgs;
[ [
bash bash
@ -82,7 +82,7 @@ with nixpkgs;
; profile = '' ; profile = ''
export ANDROID_HOME=~/SDK/Android/Sdk export ANDROID_HOME=~/SDK/Android/Sdk
PATH=~/local/sdk/flutter/bin:$PATH PATH=~/local/sdk/flutter/stable/bin:$PATH
PATH=~/SDK/Android/android-studio/bin:$PATH PATH=~/SDK/Android/android-studio/bin:$PATH
export ANDROID_NDK_VERSION=r20 export ANDROID_NDK_VERSION=r20
@ -93,12 +93,12 @@ with nixpkgs;
export PATH_NCURSES=${nixpkgs.ncurses5} export PATH_NCURSES=${nixpkgs.ncurses5}
export PATH export PATH
export _JAVA_AWT_WM_NONREPARENTING=1
export DART_VM_OPTIONS=--root-certs-file=/etc/ssl/certs/ca-certificates.crt export DART_VM_OPTIONS=--root-certs-file=/etc/ssl/certs/ca-certificates.crt
export ANDROID_NDK_VERSION_WOW=r17c export ANDROID_NDK_VERSION_WOW=r17c
export ANDROID_NDK_ROOT_WOW=~/SDK/Android/ndk-archive/android-ndk-$ANDROID_NDK_VERSION_WOW export ANDROID_NDK_ROOT_WOW=~/SDK/Android/ndk-archive/android-ndk-$ANDROID_NDK_VERSION_WOW
export ZSH_INIT=${nixpkgs.oh-my-zsh}/share/oh-my-zsh/oh-my-zsh.sh
exec zsh exec zsh
'' ''