File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,6 @@ in mkShell {
3333 NIM_SDS_LIB_PATH = sdsLibPath ;
3434
3535 shellHook = lib . optionalString ( ! isMacM1 ) ''
36- echo "Patching env.sh to use Nix Nim..."
37- env_sh="/go/src/github.com/status-im/status-go/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/vendor/nimbus-build-system/scripts/env.sh"
38- if [ -f "$env_sh" ]; then
39- echo "Replacing nim by ${ pkgs . nim } /bin/nim"
40- ${ pkgs . gnused } /bin/sed -i 's#/vendor/Nim/bin/nim#${ pkgs . nim } /bin/nim#g' "$env_sh"
41- else
42- echo "Warning: $env_sh not found (PWD=$PWD)"
43- fi
44-
4536 export ANDROID_HOME=${ pkgs . androidPkgs . androidsdk } /libexec/android-sdk/
4637 export ANDROID_NDK=\$ANDROID_HOME/ndk-bundle
4738 export ANDROID_SDK_ROOT=\$ANDROID_HOME
You can’t perform that action at this time.
0 commit comments